22 lines
No EOL
593 B
YAML
22 lines
No EOL
593 B
YAML
Language: Cpp
|
|
BasedOnStyle: Google
|
|
IndentWidth: 2
|
|
ColumnLimit: 80
|
|
AllowShortFunctionsOnASingleLine: All
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
AllowShortLoopsOnASingleLine: false
|
|
BinPackArguments: true
|
|
BinPackParameters: true
|
|
BreakBeforeBraces: Attach
|
|
DerivePointerAlignment: false
|
|
PointerAlignment: Right
|
|
SpacesBeforeTrailingComments: 1
|
|
IndentCaseLabels: true
|
|
SortIncludes: false
|
|
AlignTrailingComments: true
|
|
MaxEmptyLinesToKeep: 2
|
|
SpaceAfterCStyleCast: false
|
|
AllowShortBlocksOnASingleLine: false
|
|
KeepEmptyLinesAtTheStartOfBlocks: true
|
|
AccessModifierOffset: -2
|
|
IndentAccessModifiers: false |