4 AccessModifierOffset: -4
5 AlignAfterOpenBracket: DontAlign
6 AlignConsecutiveAssignments: false
7 AlignConsecutiveDeclarations: false
8 AlignEscapedNewlines: Right
10 AlignTrailingComments: false
11 AllowAllParametersOfDeclarationOnNextLine: true
12 AllowShortBlocksOnASingleLine: false
13 AllowShortCaseLabelsOnASingleLine: false
14 AllowShortFunctionsOnASingleLine: All
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
32 AfterExternBlock: false
36 SplitEmptyFunction: true
37 SplitEmptyRecord: true
38 SplitEmptyNamespace: true
39 BreakBeforeBinaryOperators: All
40 BreakBeforeBraces: WebKit
41 BreakBeforeInheritanceComma: false
42 BreakBeforeTernaryOperators: true
43 BreakConstructorInitializersBeforeComma: false
44 BreakConstructorInitializers: BeforeComma
45 BreakAfterJavaFieldAnnotations: false
46 BreakStringLiterals: true
48 CommentPragmas: '^ IWYU pragma:'
49 CompactNamespaces: false
50 ConstructorInitializerAllOnOneLineOrOnePerLine: false
51 ConstructorInitializerIndentWidth: 4
52 ContinuationIndentWidth: 4
53 Cpp11BracedListStyle: false
54 DerivePointerAlignment: false
56 ExperimentalAutoDetectBinPacking: false
57 FixNamespaceComments: false
62 IncludeBlocks: Preserve
64 - Regex: '^"(llvm|llvm-c|clang|clang-c)/'
66 - Regex: '^(<|"(gtest|gmock|isl|json)/)'
70 IncludeIsMainRegex: '(Test)?$'
71 IndentCaseLabels: false
72 IndentPPDirectives: None
74 IndentWrappedFunctionNames: false
75 JavaScriptQuotes: Leave
76 JavaScriptWrapImports: true
77 KeepEmptyLinesAtTheStartOfBlocks: true
80 MaxEmptyLinesToKeep: 1
81 NamespaceIndentation: Inner
82 ObjCBlockIndentWidth: 4
83 ObjCSpaceAfterProperty: true
84 ObjCSpaceBeforeProtocolList: true
85 PenaltyBreakAssignment: 2
86 PenaltyBreakBeforeFirstCallParameter: 19
87 PenaltyBreakComment: 300
88 PenaltyBreakFirstLessLess: 120
89 PenaltyBreakString: 1000
90 PenaltyExcessCharacter: 1000000
91 PenaltyReturnTypeOnItsOwnLine: 60
92 PointerAlignment: Right
99 SortUsingDeclarations: true
100 SpaceAfterCStyleCast: false
101 SpaceAfterTemplateKeyword: true
102 SpaceBeforeAssignmentOperators: true
103 SpaceBeforeParens: ControlStatements
104 SpaceInEmptyParentheses: false
105 SpacesBeforeTrailingComments: 1
106 SpacesInAngles: false
107 SpacesInContainerLiterals: true
108 SpacesInCStyleCastParentheses: false
109 SpacesInParentheses: false
110 SpacesInSquareBrackets: false