| AccessModifierOffset: -8 |
| AlignAfterOpenBracket: Align |
| AlignConsecutiveAssignments: false |
| AlignConsecutiveDeclarations: false |
| AlignEscapedNewlinesLeft: true |
| AlignOperands: true |
| AlignTrailingComments: true |
| AllowAllParametersOfDeclarationOnNextLine: false |
| AllowShortBlocksOnASingleLine: false |
| AllowShortCaseLabelsOnASingleLine: true |
| AllowShortFunctionsOnASingleLine: All |
| AllowShortIfStatementsOnASingleLine: false |
| AllowShortLoopsOnASingleLine: false |
| AlwaysBreakAfterDefinitionReturnType: All |
| AlwaysBreakAfterReturnType: TopLevel |
| AlwaysBreakBeforeMultilineStrings: false |
| AlwaysBreakTemplateDeclarations: true |
| BinPackArguments: true |
| BinPackParameters: false |
| BraceWrapping: {AfterClass: true, AfterControlStatement: false, AfterEnum: false, |
| AfterFunction: true, AfterNamespace: false, AfterObjCDeclaration: false, AfterStruct: true, |
| AfterUnion: true, BeforeCatch: false, BeforeElse: true, IndentBraces: false} |
| BreakAfterJavaFieldAnnotations: false |
| BreakBeforeBinaryOperators: None |
| BreakBeforeBraces: Allman |
| BreakBeforeTernaryOperators: true |
| BreakConstructorInitializersBeforeComma: false |
| BreakStringLiterals: true |
| ColumnLimit: 127 |
| CommentPragmas: '^ IWYU pragma:' |
| ConstructorInitializerAllOnOneLineOrOnePerLine: true |
| ConstructorInitializerIndentWidth: 13 |
| ContinuationIndentWidth: 8 |
| Cpp11BracedListStyle: false |
| DerivePointerAlignment: true |
| DisableFormat: false |
| ExperimentalAutoDetectBinPacking: false |
| ForEachMacros: [foreach, Q_FOREACH, BOOST_FOREACH] |
| IncludeCategories: |
| - {Priority: 2, Regex: ^"(llvm|llvm-c|clang|clang-c)/} |
| - {Priority: 3, Regex: ^(<|"(gtest|isl|json)/)} |
| - {Priority: 1, Regex: .*} |
| IncludeIsMainRegex: $ |
| IndentCaseLabels: true |
| IndentWidth: 8 |
| IndentWrappedFunctionNames: false |
| JavaScriptQuotes: Single |
| JavaScriptWrapImports: true |
| KeepEmptyLinesAtTheStartOfBlocks: true |
| Language: Cpp |
| MacroBlockBegin: '' |
| MacroBlockEnd: '' |
| MaxEmptyLinesToKeep: 3 |
| NamespaceIndentation: Inner |
| ObjCBlockIndentWidth: 6 |
| ObjCSpaceAfterProperty: false |
| ObjCSpaceBeforeProtocolList: false |
| PenaltyBreakBeforeFirstCallParameter: 9 |
| PenaltyBreakComment: 246 |
| PenaltyBreakFirstLessLess: 90 |
| PenaltyBreakString: 1752 |
| PenaltyExcessCharacter: 1040717 |
| PenaltyReturnTypeOnItsOwnLine: 53 |
| PointerAlignment: Right |
| ReflowComments: false |
| SortIncludes: false |
| SpaceAfterCStyleCast: false |
| SpaceAfterTemplateKeyword: false |
| SpaceBeforeAssignmentOperators: true |
| SpaceBeforeParens: ControlStatements |
| SpaceInEmptyParentheses: false |
| SpacesBeforeTrailingComments: 1 |
| SpacesInAngles: false |
| SpacesInCStyleCastParentheses: false |
| SpacesInContainerLiterals: false |
| SpacesInParentheses: false |
| SpacesInSquareBrackets: false |
| Standard: Auto |
| TabWidth: 8 |
| UseTab: ForContinuationAndIndentation |