19 lines
454 B
Plaintext
19 lines
454 B
Plaintext
|
|
---
|
||
|
|
BasedOnStyle: Google
|
||
|
|
IndentWidth: 4
|
||
|
|
Language: Cpp
|
||
|
|
ColumnLimit: 100
|
||
|
|
PointerAlignment: Right
|
||
|
|
AlignAfterOpenBracket: Align
|
||
|
|
AlignConsecutiveMacros: true
|
||
|
|
AllowAllParametersOfDeclarationOnNextLine: false
|
||
|
|
SortIncludes: false
|
||
|
|
SpaceAfterCStyleCast: true
|
||
|
|
AllowShortCaseLabelsOnASingleLine: false
|
||
|
|
AllowAllArgumentsOnNextLine: false
|
||
|
|
AllowShortBlocksOnASingleLine: Never
|
||
|
|
AllowShortFunctionsOnASingleLine: None
|
||
|
|
BinPackArguments: false
|
||
|
|
BinPackParameters: false
|
||
|
|
---
|