11 lines
288 B
YAML
11 lines
288 B
YAML
BasedOnStyle: Google
|
|
|
|
AccessModifierOffset: -2
|
|
AllowShortFunctionsOnASingleLine: Inline
|
|
BinPackParameters: false
|
|
ColumnLimit: 100
|
|
CommentPragmas: NOLINT:.*
|
|
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|
|
ConstructorInitializerIndentWidth: 2
|
|
ContinuationIndentWidth: 8
|
|
IndentWidth: 4
|