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