13 lines
335 B
YAML
13 lines
335 B
YAML
BasedOnStyle: Google
|
|
AllowShortFunctionsOnASingleLine: Inline
|
|
AllowShortIfStatementsOnASingleLine: true
|
|
AllowShortLoopsOnASingleLine: true
|
|
BinPackArguments: true
|
|
BinPackParameters: true
|
|
ColumnLimit: 80
|
|
CommentPragmas: NOLINT:.*
|
|
ContinuationIndentWidth: 8
|
|
DerivePointerAlignment: false
|
|
IndentWidth: 4
|
|
PointerAlignment: Left
|
|
TabWidth: 4
|