911d729c8a
Add a new library for parsing /proc files. Start with helpers for parsing /proc/<pid>/status and /proc/<pid>/task. Bug: http://b/30705528 Test: libprocinfo_test32/64 on host/bullhead Change-Id: I5757514c0aede8a9d75834b55aae42a5cf762b95
14 lines
292 B
YAML
14 lines
292 B
YAML
BasedOnStyle: Google
|
|
AllowShortBlocksOnASingleLine: false
|
|
AllowShortFunctionsOnASingleLine: false
|
|
|
|
ColumnLimit: 100
|
|
CommentPragmas: NOLINT:.*
|
|
DerivePointerAlignment: false
|
|
IndentWidth: 2
|
|
PointerAlignment: Left
|
|
TabWidth: 2
|
|
UseTab: Never
|
|
PenaltyExcessCharacter: 32
|
|
|
|
Cpp11BracedListStyle: false
|