|
| 1 | +AccessModifierOffset: '-4' |
| 2 | +AlignAfterOpenBracket: Align |
| 3 | +AlignArrayOfStructures: Left |
| 4 | +AlignConsecutiveAssignments: 'false' |
| 5 | +AlignConsecutiveBitFields: 'false' |
| 6 | +AlignConsecutiveDeclarations: 'false' |
| 7 | +AlignConsecutiveMacros: 'true' |
| 8 | +AlignEscapedNewlines: Left |
| 9 | +AlignOperands: 'true' |
| 10 | +AlignTrailingComments: 'true' |
| 11 | +AllowAllArgumentsOnNextLine: 'false' |
| 12 | +AllowAllConstructorInitializersOnNextLine: 'false' |
| 13 | +AllowAllParametersOfDeclarationOnNextLine: 'false' |
| 14 | +AllowShortBlocksOnASingleLine: 'false' |
| 15 | +AllowShortCaseLabelsOnASingleLine: 'false' |
| 16 | +AllowShortFunctionsOnASingleLine: Empty |
| 17 | +AllowShortIfStatementsOnASingleLine: Never |
| 18 | +AllowShortLambdasOnASingleLine: Empty |
| 19 | +AllowShortLoopsOnASingleLine: 'false' |
| 20 | +AlwaysBreakAfterReturnType: None |
| 21 | +AlwaysBreakBeforeMultilineStrings: 'false' |
| 22 | +AlwaysBreakTemplateDeclarations: 'Yes' |
| 23 | +BinPackArguments: 'true' |
| 24 | +BinPackParameters: 'true' |
| 25 | +BreakBeforeBinaryOperators: None |
| 26 | +BreakBeforeBraces: Allman |
| 27 | +BreakBeforeTernaryOperators: 'true' |
| 28 | +BreakConstructorInitializers: AfterColon |
| 29 | +BreakInheritanceList: AfterColon |
| 30 | +BreakStringLiterals: 'true' |
| 31 | +ColumnLimit: '100' |
| 32 | +CompactNamespaces: 'false' |
| 33 | +ConstructorInitializerAllOnOneLineOrOnePerLine: 'false' |
| 34 | +ConstructorInitializerIndentWidth: '4' |
| 35 | +ContinuationIndentWidth: '4' |
| 36 | +Cpp11BracedListStyle: 'true' |
| 37 | +DerivePointerAlignment: 'false' |
| 38 | +FixNamespaceComments: 'true' |
| 39 | +IncludeBlocks: Regroup |
| 40 | +IndentCaseLabels: 'true' |
| 41 | +IndentPPDirectives: AfterHash |
| 42 | +IndentWidth: '4' |
| 43 | +IndentWrappedFunctionNames: 'false' |
| 44 | +KeepEmptyLinesAtTheStartOfBlocks: 'false' |
| 45 | +Language: Cpp |
| 46 | +MaxEmptyLinesToKeep: '1' |
| 47 | +NamespaceIndentation: All |
| 48 | +PointerAlignment: Left |
| 49 | +ReflowComments: 'true' |
| 50 | +SortIncludes: 'true' |
| 51 | +SortUsingDeclarations: 'true' |
| 52 | +SpaceAfterCStyleCast: 'false' |
| 53 | +SpaceAfterLogicalNot: 'false' |
| 54 | +SpaceAfterTemplateKeyword: 'false' |
| 55 | +SpaceBeforeAssignmentOperators: 'true' |
| 56 | +SpaceBeforeCpp11BracedList: 'false' |
| 57 | +SpaceBeforeCtorInitializerColon: 'true' |
| 58 | +SpaceBeforeInheritanceColon: 'true' |
| 59 | +SpaceBeforeParens: ControlStatements |
| 60 | +SpaceBeforeRangeBasedForLoopColon: 'true' |
| 61 | +SpaceInEmptyParentheses: 'false' |
| 62 | +SpacesBeforeTrailingComments: '1' |
| 63 | +SpacesInAngles: 'false' |
| 64 | +SpacesInContainerLiterals: 'false' |
| 65 | +SpacesInCStyleCastParentheses: 'false' |
| 66 | +SpacesInLineCommentPrefix: |
| 67 | + Minimum: 0 |
| 68 | + Maximum: 0 |
| 69 | +SpacesInParentheses: 'false' |
| 70 | +SpacesInSquareBrackets: 'false' |
| 71 | +Standard: Cpp11 |
| 72 | +TabWidth: '0' |
| 73 | +UseTab: Never |
0 commit comments