10 lines
257 B
Text
10 lines
257 B
Text
|
BasedOnStyle: Google
|
||
|
AllowShortFunctionsOnASingleLine: Inline
|
||
|
AllowShortIfStatementsOnASingleLine: false
|
||
|
AllowShortLoopsOnASingleLine: false
|
||
|
BinPackParameters: false
|
||
|
CommentPragmas: NOLINT:.*
|
||
|
DerivePointerAlignment: false
|
||
|
PointerAlignment: Left
|
||
|
TabWidth: 2
|