2019-06-26 16:51:02 +00:00
|
|
|
BasedOnStyle: LLVM
|
|
|
|
IndentWidth: 4
|
|
|
|
|
2019-06-30 03:37:18 +00:00
|
|
|
#--- cpp
|
2019-06-26 16:51:02 +00:00
|
|
|
|
2019-06-30 03:37:18 +00:00
|
|
|
Language: Cpp
|
2019-06-26 16:51:02 +00:00
|
|
|
PointerAlignment: Left
|
2019-06-30 03:37:18 +00:00
|
|
|
ColumnLimit: 80
|
|
|
|
AlignAfterOpenBracket: Align
|
|
|
|
AlignTrailingComments: true
|
|
|
|
AllowAllParametersOfDeclarationOnNextLine: true
|
|
|
|
AllowShortBlocksOnASingleLine: false
|
|
|
|
AllowShortCaseLabelsOnASingleLine: false
|
|
|
|
AlwaysBreakAfterReturnType: None
|
|
|
|
AlwaysBreakBeforeMultilineStrings: true
|
|
|
|
BinPackArguments: false
|
|
|
|
BreakConstructorInitializers: BeforeColon
|
2019-06-27 02:32:06 +00:00
|
|
|
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|
|
|
|
Cpp11BracedListStyle: true
|
2019-06-30 03:37:18 +00:00
|
|
|
IncludeBlocks: Regroup
|
|
|
|
|
|
|
|
#---
|