13 lines
235 B
YAML
13 lines
235 B
YAML
BasedOnStyle: Google
|
|
Language: Cpp
|
|
Standard: Cpp11
|
|
|
|
ColumnLimit: 80
|
|
|
|
AlwaysBreakTemplateDeclarations: true
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
|
|
AlignAfterOpenBracket: AlwaysBreak
|
|
BinPackArguments: false
|
|
BinPackParameters: false
|