from: 026342771c6642980cb4653b1ec4d857a5d8be54 Bug: 167996145 Change-Id: I08376762c559b3a7fd2cd2d743d090269ed52c94
13 lines
327 B
YAML
13 lines
327 B
YAML
BasedOnStyle: Google
|
|
AccessModifierOffset: -2
|
|
AllowShortFunctionsOnASingleLine: Inline
|
|
ColumnLimit: 100
|
|
CommentPragmas: NOLINT:.*
|
|
DerivePointerAlignment: false
|
|
IndentWidth: 4
|
|
ContinuationIndentWidth: 8
|
|
PointerAlignment: Right
|
|
TabWidth: 4
|
|
UseTab: Never
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
SpacesBeforeTrailingComments: 2
|