13 lines
271 B
YAML
13 lines
271 B
YAML
BasedOnStyle: LLVM
|
|
IndentWidth: 4
|
|
#-------------
|
|
|
|
Language: Cpp
|
|
|
|
PointerAlignment: Left
|
|
ColumnLimit: 120
|
|
AllowAllArgumentsOnNextLine: true
|
|
BreakConstructorInitializersStyle : BCIS_AfterColon
|
|
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|
|
Cpp11BracedListStyle: true
|