2020-03-18 21:56:43 +00:00
|
|
|
IndentWidth: 4
|
|
|
|
Language: Cpp
|
|
|
|
UseTab: Never
|
|
|
|
ColumnLimit: 120
|
|
|
|
PointerAlignment: Left
|
|
|
|
BreakBeforeBraces: Attach
|
|
|
|
SpaceAfterCStyleCast: false
|
|
|
|
Cpp11BracedListStyle: false
|
|
|
|
IndentCaseLabels: true
|
2024-02-02 19:46:12 +00:00
|
|
|
IndentPPDirectives: None
|
2020-03-18 21:56:43 +00:00
|
|
|
BinPackArguments: true
|
|
|
|
BinPackParameters: true
|
|
|
|
AlignAfterOpenBracket: Align
|
|
|
|
AlignOperands: true
|
|
|
|
BreakBeforeTernaryOperators: true
|
|
|
|
BreakBeforeBinaryOperators: None
|
|
|
|
AllowShortBlocksOnASingleLine: true
|
|
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
|
|
AllowShortLoopsOnASingleLine: false
|
|
|
|
AllowShortCaseLabelsOnASingleLine: false
|
|
|
|
AllowShortFunctionsOnASingleLine: false
|
2024-02-02 19:46:12 +00:00
|
|
|
AllowShortEnumsOnASingleLine: false
|
2020-03-18 21:56:43 +00:00
|
|
|
AlignEscapedNewlines: Left
|
|
|
|
AlignTrailingComments: true
|
|
|
|
SortIncludes: false
|
2024-02-28 00:01:47 +00:00
|
|
|
TypenameMacros: ['BAD_RETURN', 'ALIGNED']
|