bf17b82c2e
This is in no way finished. CHECK TODOs!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
22 lines
530 B
YAML
22 lines
530 B
YAML
BasedOnStyle: LLVM
|
|
IndentWidth: 4
|
|
|
|
#--- cpp
|
|
|
|
Language: Cpp
|
|
PointerAlignment: Left
|
|
ColumnLimit: 80
|
|
AlignAfterOpenBracket: Align
|
|
AlignTrailingComments: true
|
|
AllowAllParametersOfDeclarationOnNextLine: true
|
|
AllowShortBlocksOnASingleLine: false
|
|
AllowShortCaseLabelsOnASingleLine: false
|
|
AlwaysBreakAfterReturnType: None
|
|
AlwaysBreakBeforeMultilineStrings: true
|
|
BinPackArguments: false
|
|
BreakConstructorInitializers: BeforeColon
|
|
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|
|
Cpp11BracedListStyle: true
|
|
IncludeBlocks: Regroup
|
|
|
|
#--- |