|
| 1 | + |
| 2 | +AccessModifierOffset: -4 |
| 3 | +AlignAfterOpenBracket: Align |
| 4 | +AllowAllArgumentsOnNextLine: true |
| 5 | +AlignConsecutiveMacros: false |
| 6 | +AlignConsecutiveAssignments: false |
| 7 | +AlignConsecutiveDeclarations: false |
| 8 | +AllowAllConstructorInitializersOnNextLine: true |
| 9 | +AlignEscapedNewlines: Left |
| 10 | +AlignOperands: true |
| 11 | +AlignTrailingComments: false |
| 12 | +AllowAllParametersOfDeclarationOnNextLine: false |
| 13 | +AllowShortBlocksOnASingleLine: Never |
| 14 | +AllowShortFunctionsOnASingleLine: Inline |
| 15 | +AllowShortCaseLabelsOnASingleLine: false |
| 16 | +AllowShortIfStatementsOnASingleLine: Never |
| 17 | +#AllowShortLambdasOnASingleLine: Inline |
| 18 | +AllowShortLoopsOnASingleLine: false |
| 19 | +AlwaysBreakAfterReturnType: None |
| 20 | +AlwaysBreakBeforeMultilineStrings: false |
| 21 | +AlwaysBreakTemplateDeclarations: Yes |
| 22 | +BinPackArguments: false |
| 23 | +BinPackParameters: false |
| 24 | +BraceWrapping: |
| 25 | + AfterCaseLabel: true |
| 26 | + AfterClass: true |
| 27 | + AfterControlStatement: true |
| 28 | + AfterEnum: true |
| 29 | + AfterFunction: true |
| 30 | + AfterNamespace: true |
| 31 | + AfterObjCDeclaration: true |
| 32 | + AfterStruct: true |
| 33 | + AfterUnion: true |
| 34 | + AfterExternBlock: false |
| 35 | + BeforeCatch: true |
| 36 | + BeforeElse: true |
| 37 | + IndentBraces: false |
| 38 | + SplitEmptyFunction: true |
| 39 | + SplitEmptyRecord: true |
| 40 | + SplitEmptyNamespace: true |
| 41 | +BreakBeforeBinaryOperators: None |
| 42 | +BreakBeforeBraces: Custom |
| 43 | +BreakBeforeTernaryOperators: false |
| 44 | +BreakConstructorInitializers: AfterColon |
| 45 | +BreakInheritanceList: AfterColon |
| 46 | +ColumnLimit: 0 |
| 47 | +CommentPragmas: "suppress" |
| 48 | +CompactNamespaces: false |
| 49 | +ConstructorInitializerAllOnOneLineOrOnePerLine: true |
| 50 | +ConstructorInitializerIndentWidth: 4 |
| 51 | +ContinuationIndentWidth: 4 |
| 52 | +Cpp11BracedListStyle: false |
| 53 | +DeriveLineEnding: true |
| 54 | +DerivePointerAlignment: false |
| 55 | +FixNamespaceComments: false |
| 56 | +IncludeBlocks: Regroup |
| 57 | +IncludeCategories: |
| 58 | + - Regex: '^.*(precomp|pch|stdafx)' |
| 59 | + Priority: -1 |
| 60 | + - Regex: '^".*"' |
| 61 | + Priority: 1 |
| 62 | + - Regex: '^<.*>' |
| 63 | + Priority: 2 |
| 64 | + - Regex: '.*' |
| 65 | + Priority: 3 |
| 66 | +IndentCaseLabels: false |
| 67 | +IndentPPDirectives: None |
| 68 | +IndentWidth: 4 |
| 69 | +IndentWrappedFunctionNames: false |
| 70 | +KeepEmptyLinesAtTheStartOfBlocks: false |
| 71 | +MacroBlockBegin: "BEGIN_TEST_METHOD_PROPERTIES|BEGIN_MODULE|BEGIN_TEST_CLASS|BEGIN_TEST_METHOD" |
| 72 | +MacroBlockEnd: "END_TEST_METHOD_PROPERTIES|END_MODULE|END_TEST_CLASS|END_TEST_METHOD" |
| 73 | +MaxEmptyLinesToKeep: 1 |
| 74 | +NamespaceIndentation: All |
| 75 | +PointerAlignment: Left |
| 76 | +ReflowComments: false |
| 77 | +SortIncludes: false |
| 78 | +SortUsingDeclarations: true |
| 79 | +SpaceAfterCStyleCast: false |
| 80 | +SpaceAfterLogicalNot: false |
| 81 | +SpaceAfterTemplateKeyword: false |
| 82 | +SpaceBeforeAssignmentOperators: true |
| 83 | +SpaceBeforeCpp11BracedList: false |
| 84 | +SpaceBeforeCtorInitializerColon: true |
| 85 | +SpaceBeforeInheritanceColon: true |
| 86 | +SpaceBeforeParens: ControlStatements |
| 87 | +SpaceBeforeRangeBasedForLoopColon: true |
| 88 | +SpaceInEmptyParentheses: false |
| 89 | +SpacesBeforeTrailingComments: 1 |
| 90 | +SpacesInAngles: false |
| 91 | +SpacesInCStyleCastParentheses: false |
| 92 | +SpacesInContainerLiterals: false |
| 93 | +SpacesInParentheses: false |
| 94 | +SpacesInSquareBrackets: false |
| 95 | +Standard: Latest |
| 96 | +TabWidth: 4 |
| 97 | +UseTab: Never |
0 commit comments