|
| 1 | +--- |
| 2 | +AlignAfterOpenBracket: DontAlign |
| 3 | +AlignConsecutiveMacros: 'true' |
| 4 | +AlignConsecutiveAssignments: 'false' |
| 5 | +AlignConsecutiveDeclarations: 'false' |
| 6 | +AlignEscapedNewlines: DontAlign |
| 7 | +AlignOperands: 'true' |
| 8 | +AlignTrailingComments: 'true' |
| 9 | +AllowAllArgumentsOnNextLine: 'true' |
| 10 | +AllowAllConstructorInitializersOnNextLine: 'false' |
| 11 | +AllowAllParametersOfDeclarationOnNextLine: 'false' |
| 12 | +AllowShortBlocksOnASingleLine: 'false' |
| 13 | +AllowShortCaseLabelsOnASingleLine: 'false' |
| 14 | +AllowShortFunctionsOnASingleLine: Inline |
| 15 | +AllowShortIfStatementsOnASingleLine: Never |
| 16 | +AllowShortLambdasOnASingleLine: Inline |
| 17 | +AllowShortLoopsOnASingleLine: 'false' |
| 18 | +AlwaysBreakAfterDefinitionReturnType: None |
| 19 | +AlwaysBreakAfterReturnType: None |
| 20 | +AlwaysBreakBeforeMultilineStrings: 'true' |
| 21 | +AlwaysBreakTemplateDeclarations: 'Yes' |
| 22 | +BinPackArguments: 'true' |
| 23 | +BinPackParameters: 'true' |
| 24 | +BreakBeforeBraces: Custom |
| 25 | +BraceWrapping: |
| 26 | + AfterCaseLabel: 'true' |
| 27 | + AfterClass: 'true' |
| 28 | + AfterControlStatement: 'true' |
| 29 | + AfterEnum: 'true' |
| 30 | + AfterFunction: 'true' |
| 31 | + AfterNamespace: 'false' |
| 32 | + AfterObjCDeclaration: 'true' |
| 33 | + AfterStruct: 'true' |
| 34 | + AfterUnion: 'true' |
| 35 | + AfterExternBlock: 'true' |
| 36 | + BeforeCatch: 'true' |
| 37 | + BeforeElse: 'true' |
| 38 | + IndentBraces: 'false' |
| 39 | + SplitEmptyFunction: 'false' |
| 40 | + SplitEmptyRecord: 'false' |
| 41 | + SplitEmptyNamespace: 'false' |
| 42 | +BreakBeforeBinaryOperators: NonAssignment |
| 43 | +BreakBeforeTernaryOperators: 'false' |
| 44 | +BreakConstructorInitializers: AfterColon |
| 45 | +BreakInheritanceList: AfterColon |
| 46 | +ColumnLimit: '120' |
| 47 | +CompactNamespaces: 'true' |
| 48 | +ConstructorInitializerAllOnOneLineOrOnePerLine: 'false' |
| 49 | +Cpp11BracedListStyle: 'true' |
| 50 | +DerivePointerAlignment: 'false' |
| 51 | +DisableFormat: 'false' |
| 52 | +EmptyLineBeforeAccessModifier: Always |
| 53 | +FixNamespaceComments: 'true' |
| 54 | +IncludeBlocks: Preserve |
| 55 | +IndentCaseLabels: 'false' |
| 56 | +IndentPPDirectives: BeforeHash |
| 57 | +IndentWrappedFunctionNames: 'true' |
| 58 | +KeepEmptyLinesAtTheStartOfBlocks: 'false' |
| 59 | +MaxEmptyLinesToKeep: '2' |
| 60 | +NamespaceIndentation: All |
| 61 | +PointerAlignment: Left |
| 62 | +SortIncludes: 'false' |
| 63 | +SortUsingDeclarations: 'true' |
| 64 | +SpaceAfterCStyleCast: 'false' |
| 65 | +SpaceAfterLogicalNot: 'false' |
| 66 | +SpaceAfterTemplateKeyword: 'true' |
| 67 | +SpaceBeforeAssignmentOperators: 'true' |
| 68 | +SpaceBeforeCpp11BracedList: 'true' |
| 69 | +SpaceBeforeCtorInitializerColon: 'true' |
| 70 | +SpaceBeforeInheritanceColon: 'true' |
| 71 | +SpaceBeforeParens: ControlStatements |
| 72 | +SpaceBeforeRangeBasedForLoopColon: 'true' |
| 73 | +SpaceInEmptyParentheses: 'false' |
| 74 | +SpacesBeforeTrailingComments: '2' |
| 75 | +SpacesInAngles: 'false' |
| 76 | +SpacesInCStyleCastParentheses: 'false' |
| 77 | +SpacesInContainerLiterals: 'false' |
| 78 | +SpacesInParentheses: 'false' |
| 79 | +SpacesInSquareBrackets: 'false' |
| 80 | +IndentWidth: '4' |
| 81 | +TabWidth: '4' |
| 82 | +UseTab: ForIndentation |
| 83 | + |
| 84 | +... |
0 commit comments