2019-08-25 04:46:40 +00:00
|
|
|
IndentWidth: 4
|
2019-09-01 19:50:50 +00:00
|
|
|
Language: Cpp
|
2019-08-25 04:46:40 +00:00
|
|
|
AlignAfterOpenBracket: Align
|
|
|
|
SortIncludes: false
|
|
|
|
ColumnLimit: 104
|
|
|
|
PointerAlignment: Right
|
|
|
|
AllowShortFunctionsOnASingleLine: false
|
|
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
|
|
BinPackArguments: true
|
|
|
|
BinPackParameters: true
|
|
|
|
SpaceAfterCStyleCast: true
|
2019-09-01 19:50:50 +00:00
|
|
|
BreakBeforeBraces: Attach
|
2019-08-25 04:46:40 +00:00
|
|
|
BreakBeforeTernaryOperators: true
|
|
|
|
BreakBeforeBinaryOperators: NonAssignment
|
|
|
|
Cpp11BracedListStyle: false
|
|
|
|
IndentCaseLabels: true
|
|
|
|
AlignTrailingComments: true
|
2019-09-01 19:50:50 +00:00
|
|
|
UseTab: Never
|