| 
 | 1 | +---  | 
 | 2 | +Language:        Cpp  | 
 | 3 | +AccessModifierOffset: -2  | 
 | 4 | +AlignAfterOpenBracket: Align  | 
 | 5 | +AlignConsecutiveAssignments: false  | 
 | 6 | +AlignConsecutiveDeclarations: false  | 
 | 7 | +AlignEscapedNewlinesLeft: true  | 
 | 8 | +AlignOperands:   true  | 
 | 9 | +AlignTrailingComments: true  | 
 | 10 | +AllowAllParametersOfDeclarationOnNextLine: false  | 
 | 11 | +AllowShortBlocksOnASingleLine: true  | 
 | 12 | +AllowShortCaseLabelsOnASingleLine: true  | 
 | 13 | +AllowShortFunctionsOnASingleLine: All  | 
 | 14 | +AllowShortIfStatementsOnASingleLine: true  | 
 | 15 | +AllowShortLoopsOnASingleLine: true  | 
 | 16 | +AlwaysBreakAfterReturnType: None  | 
 | 17 | +AlwaysBreakBeforeMultilineStrings: false  | 
 | 18 | +AlwaysBreakTemplateDeclarations: true  | 
 | 19 | +BinPackArguments: true  | 
 | 20 | +BinPackParameters: true  | 
 | 21 | +BraceWrapping:  | 
 | 22 | +  AfterClass:      false  | 
 | 23 | +  AfterControlStatement: false  | 
 | 24 | +  AfterEnum:       false  | 
 | 25 | +  AfterFunction:   false  | 
 | 26 | +  AfterNamespace:  false  | 
 | 27 | +  AfterObjCDeclaration: false  | 
 | 28 | +  AfterStruct:     false  | 
 | 29 | +  AfterUnion:      false  | 
 | 30 | +  BeforeCatch:     false  | 
 | 31 | +  BeforeElse:      false  | 
 | 32 | +  IndentBraces:    false  | 
 | 33 | +BreakBeforeBinaryOperators: None  | 
 | 34 | +BreakBeforeBraces: Attach  | 
 | 35 | +BreakBeforeTernaryOperators: true  | 
 | 36 | +BreakConstructorInitializersBeforeComma: true  | 
 | 37 | +# BreakInheritanceListBeforeComma: true  | 
 | 38 | +ColumnLimit:     88  | 
 | 39 | +CommentPragmas:  '^ IWYU pragma:'  | 
 | 40 | +ConstructorInitializerAllOnOneLineOrOnePerLine: true  | 
 | 41 | +ConstructorInitializerIndentWidth: 4  | 
 | 42 | +ContinuationIndentWidth: 4  | 
 | 43 | +Cpp11BracedListStyle: true  | 
 | 44 | +DerivePointerAlignment: false  | 
 | 45 | +DisableFormat:   false  | 
 | 46 | +ExperimentalAutoDetectBinPacking: false  | 
 | 47 | +ForEachMacros:   [ foreach, Q_FOREACH, BOOST_FOREACH ]  | 
 | 48 | +IncludeCategories:  | 
 | 49 | +  - Regex:           '^"(llvm|llvm-c|clang|clang-c)/'  | 
 | 50 | +    Priority:        2  | 
 | 51 | +  - Regex:           '^(<|"(gtest|gmock|isl|json)/)'  | 
 | 52 | +    Priority:        3  | 
 | 53 | +  - Regex:           '.*'  | 
 | 54 | +    Priority:        1  | 
 | 55 | +IndentCaseLabels: true  | 
 | 56 | +IndentWidth:     2  | 
 | 57 | +IndentWrappedFunctionNames: false  | 
 | 58 | +KeepEmptyLinesAtTheStartOfBlocks: true  | 
 | 59 | +MacroBlockBegin: ''  | 
 | 60 | +MacroBlockEnd:   ''  | 
 | 61 | +MaxEmptyLinesToKeep: 1  | 
 | 62 | +NamespaceIndentation: None  | 
 | 63 | +ObjCBlockIndentWidth: 2  | 
 | 64 | +ObjCSpaceAfterProperty: false  | 
 | 65 | +ObjCSpaceBeforeProtocolList: false  | 
 | 66 | +PenaltyBreakBeforeFirstCallParameter: 1  | 
 | 67 | +PenaltyBreakComment: 300  | 
 | 68 | +PenaltyBreakFirstLessLess: 120  | 
 | 69 | +PenaltyBreakString: 1000  | 
 | 70 | +PenaltyExcessCharacter: 1000000  | 
 | 71 | +PenaltyReturnTypeOnItsOwnLine: 200  | 
 | 72 | +PointerAlignment: Left  | 
 | 73 | +ReflowComments:  true  | 
 | 74 | +SortIncludes:    true  | 
 | 75 | +SpaceAfterCStyleCast: false  | 
 | 76 | +SpaceBeforeAssignmentOperators: true  | 
 | 77 | +SpaceBeforeParens: ControlStatements  | 
 | 78 | +SpaceInEmptyParentheses: false  | 
 | 79 | +SpacesBeforeTrailingComments: 1  | 
 | 80 | +SpacesInAngles:  false  | 
 | 81 | +SpacesInContainerLiterals: true  | 
 | 82 | +SpacesInCStyleCastParentheses: false  | 
 | 83 | +SpacesInParentheses: false  | 
 | 84 | +SpacesInSquareBrackets: false  | 
 | 85 | +Standard:        Auto  | 
 | 86 | +TabWidth:        8  | 
 | 87 | +UseTab:          Never  | 
 | 88 | +---  | 
 | 89 | +Language: Json  | 
 | 90 | +BasedOnStyle: llvm  | 
 | 91 | +...  | 
0 commit comments