2019-06-26 16:51:02 +00:00
|
|
|
BasedOnStyle: LLVM
|
|
|
|
IndentWidth: 4
|
|
|
|
#-------------
|
|
|
|
|
|
|
|
Language: Cpp
|
|
|
|
|
|
|
|
PointerAlignment: Left
|
2019-06-27 02:32:06 +00:00
|
|
|
ColumnLimit: 120
|
|
|
|
AllowAllArgumentsOnNextLine: true
|
|
|
|
BreakConstructorInitializersStyle : BCIS_AfterColon
|
|
|
|
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|
|
|
|
Cpp11BracedListStyle: true
|