|
| 1 | +BasedOnStyle: LLVM |
| 2 | +AccessModifierOffset: -2 |
| 3 | +AlignAfterOpenBracket: Align |
| 4 | +AlignConsecutiveAssignments: false |
| 5 | +AlignOperands: false |
| 6 | +AllowAllArgumentsOnNextLine: false |
| 7 | +AllowAllConstructorInitializersOnNextLine: false |
| 8 | +AllowAllParametersOfDeclarationOnNextLine: false |
| 9 | +AllowShortBlocksOnASingleLine: Always |
| 10 | +AllowShortCaseLabelsOnASingleLine: true |
| 11 | +AllowShortFunctionsOnASingleLine: All |
| 12 | +AllowShortIfStatementsOnASingleLine: Never |
| 13 | +AllowShortLambdasOnASingleLine: All |
| 14 | +AllowShortLoopsOnASingleLine: false |
| 15 | +AlwaysBreakAfterReturnType: None |
| 16 | +AlwaysBreakTemplateDeclarations: MultiLine |
| 17 | +BreakBeforeBraces: Custom |
| 18 | +BraceWrapping: |
| 19 | + AfterCaseLabel: false |
| 20 | + AfterClass: false |
| 21 | + AfterControlStatement: Never |
| 22 | + AfterEnum: false |
| 23 | + AfterFunction: false |
| 24 | + AfterNamespace: false |
| 25 | + AfterUnion: false |
| 26 | + BeforeCatch: false |
| 27 | + BeforeElse: false |
| 28 | + IndentBraces: false |
| 29 | + SplitEmptyFunction: false |
| 30 | + SplitEmptyRecord: false |
| 31 | +BreakBeforeBinaryOperators: NonAssignment |
| 32 | +BreakBeforeTernaryOperators: true |
| 33 | +BreakConstructorInitializers: BeforeColon |
| 34 | +BreakInheritanceList: BeforeColon |
| 35 | +ColumnLimit: 0 |
| 36 | +CompactNamespaces: false |
| 37 | +ContinuationIndentWidth: 4 |
| 38 | +IndentCaseLabels: false |
| 39 | +IndentPPDirectives: None |
| 40 | +IndentWidth: 2 |
| 41 | +KeepEmptyLinesAtTheStartOfBlocks: true |
| 42 | +MaxEmptyLinesToKeep: 1 |
| 43 | +NamespaceIndentation: None |
| 44 | +ObjCSpaceAfterProperty: false |
| 45 | +ObjCSpaceBeforeProtocolList: true |
| 46 | +PointerAlignment: Right |
| 47 | +ReflowComments: false |
| 48 | +SpaceAfterCStyleCast: true |
| 49 | +SpaceAfterLogicalNot: false |
| 50 | +SpaceAfterTemplateKeyword: false |
| 51 | +SpaceBeforeAssignmentOperators: true |
| 52 | +SpaceBeforeCpp11BracedList: false |
| 53 | +SpaceBeforeCtorInitializerColon: true |
| 54 | +SpaceBeforeInheritanceColon: true |
| 55 | +SpaceBeforeParens: ControlStatements |
| 56 | +SpaceBeforeRangeBasedForLoopColon: true |
| 57 | +SpaceInEmptyParentheses: false |
| 58 | +SpacesBeforeTrailingComments: 0 |
| 59 | +SpacesInAngles: false |
| 60 | +SpacesInCStyleCastParentheses: false |
| 61 | +SpacesInContainerLiterals: false |
| 62 | +SpacesInParentheses: false |
| 63 | +SpacesInSquareBrackets: false |
| 64 | +TabWidth: 4 |
| 65 | +UseTab: Never |
0 commit comments