2022-02-12 13:14:09 +00:00
|
|
|
---
|
|
|
|
BasedOnStyle: LLVM
|
2022-04-01 12:21:38 +00:00
|
|
|
AlignAfterOpenBracket: Align
|
|
|
|
AlignEscapedNewlines: Left
|
|
|
|
AllowAllArgumentsOnNextLine: 'false'
|
|
|
|
AllowShortBlocksOnASingleLine: 'false'
|
|
|
|
AllowShortFunctionsOnASingleLine: None
|
|
|
|
AllowShortIfStatementsOnASingleLine: Never
|
|
|
|
BinPackArguments: 'false'
|
|
|
|
BinPackParameters: 'false'
|
2022-02-12 13:14:09 +00:00
|
|
|
BreakBeforeBraces: Allman
|
|
|
|
BreakConstructorInitializers: AfterColon
|
2022-04-01 12:21:38 +00:00
|
|
|
ColumnLimit: '120'
|
|
|
|
ConstructorInitializerAllOnOneLineOrOnePerLine: 'true'
|
|
|
|
ConstructorInitializerIndentWidth: '2'
|
|
|
|
ContinuationIndentWidth: '2'
|
|
|
|
MaxEmptyLinesToKeep: '1'
|
2022-02-12 13:14:09 +00:00
|
|
|
PointerAlignment: Middle
|
2022-04-01 12:21:38 +00:00
|
|
|
SortIncludes: 'false'
|
|
|
|
SortUsingDeclarations: 'false'
|
|
|
|
SpaceBeforeParens: Never
|
|
|
|
SpacesInAngles: 'true'
|
|
|
|
SpacesInParentheses: 'true'
|
|
|
|
SpacesInSquareBrackets: 'true'
|
|
|
|
UseTab: Never
|
|
|
|
AlignConsecutiveAssignments: AcrossComments
|
|
|
|
|
2022-02-12 13:14:09 +00:00
|
|
|
...
|