18 lines
412 B
YAML
18 lines
412 B
YAML
Language: Cpp
|
|
BasedOnStyle: LLVM
|
|
IndentWidth: 4
|
|
SortIncludes: true
|
|
AccessModifierOffset: -4
|
|
AlwaysBreakTemplateDeclarations: true
|
|
AllowShortFunctionsOnASingleLine: None
|
|
BinPackArguments: false
|
|
BinPackParameters: false
|
|
BreakBeforeBraces: Custom
|
|
BraceWrapping:
|
|
BeforeCatch: true
|
|
BeforeElse: true
|
|
PointerAlignment: Left
|
|
ColumnLimit: 100
|
|
|
|
AlwaysBreakAfterReturnType: None
|
|
PenaltyReturnTypeOnItsOwnLine: 1000000 |