|
1 | | ---- |
| 1 | +--- |
2 | 2 | AlignAfterOpenBracket: Align |
3 | | -AlignConsecutiveMacros: 'true' |
4 | | -AlignConsecutiveAssignments: 'false' |
5 | | -AlignConsecutiveDeclarations: 'false' |
| 3 | +AlignConsecutiveMacros: true |
| 4 | +AlignConsecutiveAssignments: false |
| 5 | +AlignConsecutiveDeclarations: false |
6 | 6 | AlignEscapedNewlines: Right |
7 | | -AlignOperands: 'true' |
8 | | -AlignTrailingComments: 'true' |
9 | | -AllowAllArgumentsOnNextLine: 'false' |
10 | | -AllowAllParametersOfDeclarationOnNextLine: 'false' |
11 | | -AllowShortBlocksOnASingleLine: 'false' |
12 | | -AllowShortCaseLabelsOnASingleLine: 'false' |
| 7 | +AlignOperands: true |
| 8 | +AlignTrailingComments: true |
| 9 | +AllowAllArgumentsOnNextLine: false |
| 10 | +AllowAllParametersOfDeclarationOnNextLine: false |
| 11 | +AllowShortBlocksOnASingleLine: false |
| 12 | +AllowShortCaseLabelsOnASingleLine: false |
13 | 13 | AllowShortFunctionsOnASingleLine: None |
14 | 14 | AllowShortIfStatementsOnASingleLine: Never |
15 | | -AllowShortLoopsOnASingleLine: 'false' |
| 15 | +AllowShortLoopsOnASingleLine: false |
16 | 16 | AlwaysBreakAfterDefinitionReturnType: None |
17 | 17 | AlwaysBreakAfterReturnType: None |
18 | | -BinPackArguments: 'false' |
19 | | -BinPackParameters: 'false' |
| 18 | +BinPackArguments: false |
| 19 | +BinPackParameters: false |
20 | 20 | BreakBeforeBraces: Attach |
21 | | -BreakBeforeTernaryOperators: 'true' |
22 | | -ColumnLimit: '120' |
23 | | -ContinuationIndentWidth: '4' |
24 | | -Cpp11BracedListStyle: 'false' |
25 | | -DerivePointerAlignment: 'false' |
| 21 | +BreakBeforeTernaryOperators: true |
| 22 | +ColumnLimit: 120 |
| 23 | +ContinuationIndentWidth: 4 |
| 24 | +Cpp11BracedListStyle: false |
| 25 | +DerivePointerAlignment: false |
26 | 26 | IncludeBlocks: Regroup |
27 | | -IndentCaseLabels: 'true' |
| 27 | +IndentCaseLabels: true |
28 | 28 | IndentPPDirectives: None |
29 | | -IndentWidth: '4' |
30 | | -IndentWrappedFunctionNames: 'false' |
31 | | -KeepEmptyLinesAtTheStartOfBlocks: 'false' |
| 29 | +IndentWidth: 4 |
| 30 | +IndentWrappedFunctionNames: false |
| 31 | +KeepEmptyLinesAtTheStartOfBlocks: false |
32 | 32 | Language: Cpp |
33 | | -MaxEmptyLinesToKeep: '2' |
34 | | -PenaltyReturnTypeOnItsOwnLine: '1000' |
| 33 | +MaxEmptyLinesToKeep: 2 |
| 34 | +PenaltyReturnTypeOnItsOwnLine: 1000 |
35 | 35 | PointerAlignment: Right |
36 | | -ReflowComments: 'true' |
37 | | -SortIncludes: 'true' |
38 | | -SpaceAfterCStyleCast: 'true' |
39 | | -SpaceBeforeAssignmentOperators: 'true' |
| 36 | +ReflowComments: true |
| 37 | +SortIncludes: true |
| 38 | +SpaceAfterCStyleCast: true |
| 39 | +SpaceBeforeAssignmentOperators: true |
40 | 40 | SpaceBeforeParens: ControlStatements |
41 | | -SpaceInEmptyParentheses: 'false' |
42 | | -SpacesBeforeTrailingComments: '2' |
43 | | -SpacesInCStyleCastParentheses: 'false' |
44 | | -SpacesInParentheses: 'false' |
45 | | -SpacesInSquareBrackets: 'false' |
46 | | -TabWidth: '4' |
| 41 | +SpaceInEmptyParentheses: false |
| 42 | +SpacesBeforeTrailingComments: 2 |
| 43 | +SpacesInCStyleCastParentheses: false |
| 44 | +SpacesInParentheses: false |
| 45 | +SpacesInSquareBrackets: false |
| 46 | +TabWidth: 4 |
47 | 47 | UseTab: Never |
48 | 48 |
|
49 | 49 | ... |
0 commit comments