|
1 | | -AccessModifierOffset: -4 |
2 | | -AlignAfterOpenBracket: DontAlign |
3 | | -AllowShortBlocksOnASingleLine: true |
4 | | -AllowShortFunctionsOnASingleLine: All |
5 | | -BasedOnStyle: LLVM |
6 | | -BraceWrapping: |
7 | | - AfterClass: false # TODO: verify |
8 | | - AfterControlStatement: false # TODO: verify |
9 | | - AfterEnum: false # TODO: verify |
10 | | - AfterFunction: false # TODO: verify |
11 | | - AfterNamespace: false # TODO: verify |
12 | | - AfterStruct: false # TODO: verify |
13 | | - AfterUnion: false # TODO: verify |
14 | | - BeforeCatch: true |
15 | | - BeforeElse: false |
16 | | - IndentBraces: false |
17 | | - SplitEmptyFunction: true |
18 | | - SplitEmptyRecord: true |
19 | | -BreakBeforeBraces: Custom |
20 | | -ColumnLimit: 0 |
21 | | -Cpp11BracedListStyle: false |
22 | | -FixNamespaceComments: false |
23 | | -IndentCaseLabels: false |
24 | | -IndentPPDirectives: None |
25 | | -IndentWidth: 4 |
26 | | -MaxEmptyLinesToKeep: 10 |
27 | | -NamespaceIndentation: All |
28 | | -PointerAlignment: Left |
29 | | -SortIncludes: true |
30 | | -SortUsingDeclarations: false |
31 | | -SpaceAfterCStyleCast: false |
32 | | -SpaceBeforeAssignmentOperators: true |
33 | | -SpaceBeforeParens: ControlStatements |
34 | | -SpaceInEmptyParentheses: false |
35 | | -SpacesInCStyleCastParentheses: false |
36 | | -SpacesInParentheses: false |
37 | | -SpacesInSquareBrackets: false |
38 | | -TabWidth: 4 |
39 | | -UseTab: false |
| 1 | +AccessModifierOffset: -4 |
| 2 | +AlignAfterOpenBracket: DontAlign |
| 3 | +AllowShortBlocksOnASingleLine: true |
| 4 | +AllowShortFunctionsOnASingleLine: All |
| 5 | +BasedOnStyle: LLVM |
| 6 | +BraceWrapping: |
| 7 | + AfterClass: false # TODO: verify |
| 8 | + AfterControlStatement: false # TODO: verify |
| 9 | + AfterEnum: false # TODO: verify |
| 10 | + AfterFunction: false # TODO: verify |
| 11 | + AfterNamespace: false # TODO: verify |
| 12 | + AfterStruct: false # TODO: verify |
| 13 | + AfterUnion: false # TODO: verify |
| 14 | + BeforeCatch: true |
| 15 | + BeforeElse: false |
| 16 | + IndentBraces: false |
| 17 | + SplitEmptyFunction: true |
| 18 | + SplitEmptyRecord: true |
| 19 | +BreakBeforeBraces: Custom |
| 20 | +ColumnLimit: 0 |
| 21 | +Cpp11BracedListStyle: false |
| 22 | +FixNamespaceComments: false |
| 23 | +IndentCaseLabels: false |
| 24 | +IndentPPDirectives: None |
| 25 | +IndentWidth: 4 |
| 26 | +MaxEmptyLinesToKeep: 10 |
| 27 | +NamespaceIndentation: All |
| 28 | +PointerAlignment: Left |
| 29 | +SortIncludes: true |
| 30 | +SortUsingDeclarations: false |
| 31 | +SpaceAfterCStyleCast: false |
| 32 | +SpaceBeforeAssignmentOperators: true |
| 33 | +SpaceBeforeParens: ControlStatements |
| 34 | +SpaceInEmptyParentheses: false |
| 35 | +SpacesInCStyleCastParentheses: false |
| 36 | +SpacesInParentheses: false |
| 37 | +SpacesInSquareBrackets: false |
| 38 | +TabWidth: 4 |
| 39 | +UseTab: false |
0 commit comments