3 AccessModifierOffset: -2
4 AlignAfterOpenBracket: Align
5 AlignConsecutiveAssignments: true
6 AlignConsecutiveDeclarations: true
7 AlignEscapedNewlinesLeft: false
9 AlignTrailingComments: true
10 AllowAllParametersOfDeclarationOnNextLine: true
11 AllowShortBlocksOnASingleLine: true
12 AllowShortCaseLabelsOnASingleLine: true
13 AllowShortFunctionsOnASingleLine: All
14 AllowShortIfStatementsOnASingleLine: false
15 AllowShortLoopsOnASingleLine: false
16 AlwaysBreakAfterDefinitionReturnType: None
17 AlwaysBreakAfterReturnType: None
18 AlwaysBreakBeforeMultilineStrings: false
19 AlwaysBreakTemplateDeclarations: true
20 BinPackArguments: true
21 BinPackParameters: false
24 AfterControlStatement: false
28 AfterObjCDeclaration: false
34 BreakBeforeBinaryOperators: false
35 BreakBeforeBraces: Stroustrup
36 BreakBeforeTernaryOperators: true
37 BreakConstructorInitializersBeforeComma: true
38 BreakAfterJavaFieldAnnotations: false
39 BreakStringLiterals: true
41 CommentPragmas: '^ IWYU pragma:'
42 ConstructorInitializerAllOnOneLineOrOnePerLine: false
43 ConstructorInitializerIndentWidth: 2
44 ContinuationIndentWidth: 4
45 Cpp11BracedListStyle: true
46 DerivePointerAlignment: false
48 ExperimentalAutoDetectBinPacking: false
49 ForEachMacros: [ foreach, Q_FOREACH, BOOST_FOREACH ]
51 - Regex: '^"(llvm|llvm-c|clang|clang-c)/'
53 - Regex: '^(<|"(gtest|isl|json)/)'
57 IncludeIsMainRegex: '$'
58 IndentCaseLabels: false
60 IndentWrappedFunctionNames: false
61 JavaScriptQuotes: Leave
62 JavaScriptWrapImports: true
63 KeepEmptyLinesAtTheStartOfBlocks: true
66 MaxEmptyLinesToKeep: 1
67 NamespaceIndentation: None
68 ObjCBlockIndentWidth: 2
69 ObjCSpaceAfterProperty: false
70 ObjCSpaceBeforeProtocolList: true
71 PenaltyBreakBeforeFirstCallParameter: 19
72 PenaltyBreakComment: 60
73 PenaltyBreakFirstLessLess: 120
74 PenaltyBreakString: 1000
75 PenaltyExcessCharacter: 1000000
76 PenaltyReturnTypeOnItsOwnLine: 60
77 PointerAlignment: Left
80 SpaceAfterCStyleCast: false
81 SpaceAfterTemplateKeyword: true
82 SpaceBeforeAssignmentOperators: true
83 SpaceBeforeParens: ControlStatements
84 SpaceInEmptyParentheses: false
85 SpacesBeforeTrailingComments: 1
87 SpacesInContainerLiterals: true
88 SpacesInCStyleCastParentheses: false
89 SpacesInParentheses: false
90 SpacesInSquareBrackets: false