2016-07-14 05:11:38 +00:00
|
|
|
---
|
2018-12-08 05:30:43 +00:00
|
|
|
BasedOnStyle: LLVM
|
2016-07-14 05:11:38 +00:00
|
|
|
ColumnLimit: 120
|
|
|
|
UseTab: Never
|
|
|
|
---
|
|
|
|
Language: Cpp
|
|
|
|
DerivePointerAlignment: false
|
|
|
|
PointerAlignment: Left
|
|
|
|
AlignAfterOpenBracket: Align
|
|
|
|
AlignConsecutiveAssignments: false
|
|
|
|
IndentCaseLabels: false
|
|
|
|
AllowShortBlocksOnASingleLine: true
|
|
|
|
AlignOperands: true
|
|
|
|
AlignTrailingComments: true
|
|
|
|
AlwaysBreakBeforeMultilineStrings: true
|
|
|
|
AlwaysBreakTemplateDeclarations: true
|
|
|
|
BreakConstructorInitializersBeforeComma: true
|
|
|
|
AlwaysBreakAfterReturnType: None
|
|
|
|
AlwaysBreakAfterDefinitionReturnType: None
|
|
|
|
AllowShortFunctionsOnASingleLine: All
|
|
|
|
Cpp11BracedListStyle: true
|
|
|
|
NamespaceIndentation: None
|
|
|
|
BinPackArguments: true
|
|
|
|
BinPackParameters: true
|
|
|
|
SortIncludes: false
|
2018-12-08 05:30:43 +00:00
|
|
|
AccessModifierOffset: -2
|
2016-07-14 05:11:38 +00:00
|
|
|
ConstructorInitializerIndentWidth: 0
|
|
|
|
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|