5da522ec45
It was previously -1 (the default from Google style, since it uses 2 space indentation), instead of -2. Change-Id: I1865505ce17a2cc13b85de58bda55c3b1dfcf08c
13 lines
288 B
YAML
13 lines
288 B
YAML
BasedOnStyle: Google
|
|
AllowShortBlocksOnASingleLine: false
|
|
AllowShortFunctionsOnASingleLine: false
|
|
|
|
AccessModifierOffset: -2
|
|
ColumnLimit: 100
|
|
CommentPragmas: NOLINT:.*
|
|
DerivePointerAlignment: false
|
|
IndentWidth: 4
|
|
PointerAlignment: Left
|
|
TabWidth: 4
|
|
UseTab: Never
|
|
PenaltyExcessCharacter: 32
|