2022-06-19 01:46:39 +00:00
|
|
|
# Format Style Options - Created with Clang Power Tools
|
2022-02-12 13:14:09 +00:00
|
|
|
---
|
2022-04-01 12:21:38 +00:00
|
|
|
AlignAfterOpenBracket: Align
|
2022-06-19 01:46:39 +00:00
|
|
|
AlignConsecutiveAssignments: AcrossComments
|
2022-04-01 12:21:38 +00:00
|
|
|
AlignEscapedNewlines: Left
|
2022-06-19 01:46:39 +00:00
|
|
|
AlignOperands: Align
|
|
|
|
AllowAllArgumentsOnNextLine: false
|
|
|
|
AllowShortBlocksOnASingleLine: false
|
2022-04-01 12:21:38 +00:00
|
|
|
AllowShortFunctionsOnASingleLine: None
|
|
|
|
AllowShortIfStatementsOnASingleLine: Never
|
2022-06-19 01:46:39 +00:00
|
|
|
BasedOnStyle: LLVM
|
|
|
|
BinPackArguments: false
|
|
|
|
BinPackParameters: false
|
|
|
|
BreakBeforeBinaryOperators: NonAssignment
|
2022-02-12 13:14:09 +00:00
|
|
|
BreakBeforeBraces: Allman
|
|
|
|
BreakConstructorInitializers: AfterColon
|
2022-06-19 01:46:39 +00:00
|
|
|
ColumnLimit: 120
|
|
|
|
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|
|
|
|
ConstructorInitializerIndentWidth : 2
|
|
|
|
ContinuationIndentWidth: 2
|
|
|
|
MaxEmptyLinesToKeep: 1
|
2022-02-12 13:14:09 +00:00
|
|
|
PointerAlignment: Middle
|
2022-06-19 01:46:39 +00:00
|
|
|
SortIncludes: false
|
|
|
|
SortUsingDeclarations: false
|
2022-04-01 12:21:38 +00:00
|
|
|
SpaceBeforeParens: Never
|
2022-06-19 01:46:39 +00:00
|
|
|
SpacesInAngles: true
|
|
|
|
SpacesInParentheses: true
|
|
|
|
SpacesInSquareBrackets: true
|
2022-04-01 12:21:38 +00:00
|
|
|
UseTab: Never
|
2022-02-12 13:14:09 +00:00
|
|
|
...
|