|
| 1 | +BasedOnStyle: LLVM |
| 2 | +AlignAfterOpenBracket: true |
| 3 | +AlignConsecutiveAssignments: true |
| 4 | +AlignEscapedNewlinesLeft: true |
| 5 | +AlignOperands: true |
| 6 | +AlignTrailingComments: true |
| 7 | +AllowAllParametersOfDeclarationOnNextLine: true |
| 8 | +AllowShortBlocksOnASingleLine: false |
| 9 | +AllowShortCaseLabelsOnASingleLine: false |
| 10 | +AllowShortFunctionsOnASingleLine: false |
| 11 | +AllowShortIfStatementsOnASingleLine: false |
| 12 | +AllowShortLoopsOnASingleLine: false |
| 13 | +AlwaysBreakAfterDefinitionReturnType: true |
| 14 | +AlwaysBreakBeforeMultilineStrings: true |
| 15 | +BinPackArguments: true |
| 16 | +BinPackParameters: false |
| 17 | +BreakBeforeBinaryOperators: NonAssignment |
| 18 | +BreakBeforeBraces: Linux |
| 19 | +BreakBeforeTernaryOperators: false |
| 20 | +BreakConstructorInitializersBeforeComma: true |
| 21 | +ColumnLimit: 0 |
| 22 | +ContinuationIndentWidth: 2 |
| 23 | +Cpp11BracedListStyle: false |
| 24 | +DerivePointerAlignment: false |
| 25 | +IndentCaseLabels: false |
| 26 | +IndentWidth: 2 |
| 27 | +IndentWrappedFunctionNames: false |
| 28 | +KeepEmptyLinesAtTheStartOfBlocks: false |
| 29 | +MaxEmptyLinesToKeep: 1 |
| 30 | +PointerAlignment: Left |
| 31 | +SpaceAfterCStyleCast: true |
| 32 | +SpaceBeforeAssignmentOperators: true |
| 33 | +SpaceBeforeParens: ControlStatements |
| 34 | +SpaceInEmptyParentheses: false |
| 35 | +SpacesBeforeTrailingComments: 1 |
| 36 | +SpacesInCStyleCastParentheses: false |
| 37 | +SpacesInContainerLiterals: false |
| 38 | +SpacesInParentheses: false |
| 39 | +TabWidth: 2 |
| 40 | +UseTab: Never |
0 commit comments