28 lines
634 B
YAML
28 lines
634 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
|
|
BraceWrapping:
|
|
AfterEnum: false
|
|
AfterStruct: false
|
|
SplitEmptyFunction: false
|
|
AfterCaseLabel: false
|
|
AfterControlStatement: true
|
|
AfterFunction: true
|
|
|
|
PointerAlignment: Left |