21 lines
514 B
YAML
21 lines
514 B
YAML
---
|
|
Language: Cpp
|
|
BasedOnStyle: Google
|
|
|
|
AllowShortFunctionsOnASingleLine: Empty
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
AllowShortLoopsOnASingleLine: false
|
|
AlwaysBreakTemplateDeclarations: true
|
|
BinPackArguments: false
|
|
BinPackParameters: false
|
|
BreakBeforeBraces: Attach
|
|
ColumnLimit: 79
|
|
Cpp11BracedListStyle: true
|
|
DerivePointerAlignment: false
|
|
IncludeBlocks: Preserve
|
|
IndentWrappedFunctionNames: true
|
|
MaxEmptyLinesToKeep: 1
|
|
PointerAlignment: Left
|
|
SpaceAfterCStyleCast: true
|
|
SpacesInContainerLiterals: false
|