11 lines
281 B
Plaintext
11 lines
281 B
Plaintext
|
|
BasedOnStyle: Google
|
||
|
|
AllowShortFunctionsOnASingleLine: Inline
|
||
|
|
AllowShortIfStatementsOnASingleLine: false
|
||
|
|
AllowShortLoopsOnASingleLine: false
|
||
|
|
BinPackArguments: false
|
||
|
|
BinPackParameters: false
|
||
|
|
CommentPragmas: NOLINT:.*
|
||
|
|
DerivePointerAlignment: false
|
||
|
|
PointerAlignment: Left
|
||
|
|
TabWidth: 2
|