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