19 lines
451 B
YAML
19 lines
451 B
YAML
Language: Cpp
|
|
BasedOnStyle: LLVM
|
|
IndentWidth: 4
|
|
SortIncludes: true
|
|
AccessModifierOffset: -4
|
|
AlwaysBreakTemplateDeclarations: true
|
|
AllowShortFunctionsOnASingleLine: Empty
|
|
BinPackArguments: false
|
|
BinPackParameters: false
|
|
BreakBeforeBraces: Custom
|
|
BraceWrapping:
|
|
BeforeCatch: true
|
|
BeforeElse: true
|
|
|
|
AlwaysBreakAfterReturnType: None
|
|
PenaltyReturnTypeOnItsOwnLine: 1000000
|
|
|
|
BreakConstructorInitializers: BeforeComma
|
|
ConstructorInitializerIndentWidth: 0 |