- added support C++ TeX Counter logging API Bug: 258868665 Test: build Change-Id: I86ae4335c89196708d4174dd5613ddc89622b17c
17 lines
425 B
YAML
17 lines
425 B
YAML
BasedOnStyle: Google
|
|
AllowShortIfStatementsOnASingleLine: true
|
|
AllowShortFunctionsOnASingleLine: false
|
|
AllowShortLoopsOnASingleLine: true
|
|
BinPackArguments: true
|
|
BinPackParameters: true
|
|
ColumnLimit: 100
|
|
CommentPragmas: NOLINT:.*
|
|
ContinuationIndentWidth: 8
|
|
DerivePointerAlignment: false
|
|
IndentWidth: 4
|
|
PointerAlignment: Left
|
|
TabWidth: 4
|
|
AccessModifierOffset: -4
|
|
IncludeCategories:
|
|
- Regex: '^"Log\.h"'
|
|
Priority: -1
|