3 AccessModifierOffset: -4
4 AlignAfterOpenBracket: Align
5 AlignConsecutiveAssignments: false
6 AlignConsecutiveDeclarations: false
7 AlignEscapedNewlines: Right
9 AlignTrailingComments: true
10 AllowAllParametersOfDeclarationOnNextLine: false
11 AllowShortBlocksOnASingleLine: false
12 AllowShortCaseLabelsOnASingleLine: false
13 AllowShortFunctionsOnASingleLine: Empty
14 AllowShortIfStatementsOnASingleLine: false
15 AllowShortLoopsOnASingleLine: false
16 AlwaysBreakAfterDefinitionReturnType: None
17 AlwaysBreakAfterReturnType: None
18 AlwaysBreakBeforeMultilineStrings: false
20 BinPackArguments: true
21 BinPackParameters: true
24 AfterControlStatement: false
30 AfterExternBlock: false
34 SplitEmptyFunction: false
35 SplitEmptyRecord: false
36 SplitEmptyNamespace: false
37 BreakBeforeBinaryOperators: All
38 BreakBeforeBraces: WebKit
39 BreakBeforeTernaryOperators: true
40 BreakAfterJavaFieldAnnotations: false
41 BreakStringLiterals: true
43 CommentPragmas: '^ IWYU pragma:'
44 CompactNamespaces: false
45 ContinuationIndentWidth: 4
46 Cpp11BracedListStyle: false
47 DerivePointerAlignment: false
49 ExperimentalAutoDetectBinPacking: false
50 FixNamespaceComments: false
55 IncludeBlocks: Preserve
57 - Regex: '^"(llvm|llvm-c|clang|clang-c)/'
59 - Regex: '^(<|"(gtest|gmock|isl|json)/)'
63 IncludeIsMainRegex: '(Test)?$'
64 IndentCaseLabels: false
65 IndentPPDirectives: AfterHash
67 IndentWrappedFunctionNames: false
68 JavaScriptQuotes: Leave
69 JavaScriptWrapImports: true
70 KeepEmptyLinesAtTheStartOfBlocks: false
73 MaxEmptyLinesToKeep: 2
74 NamespaceIndentation: Inner
75 PenaltyBreakAssignment: 50
76 PenaltyBreakBeforeFirstCallParameter: 19
77 PenaltyBreakComment: 200
78 PenaltyBreakFirstLessLess: 120
80 PenaltyExcessCharacter: 1000000
81 PenaltyReturnTypeOnItsOwnLine: 60
82 PointerAlignment: Right
85 SortUsingDeclarations: true
86 SpaceAfterCStyleCast: false
87 SpaceAfterTemplateKeyword: true
88 SpaceBeforeAssignmentOperators: true
89 SpaceBeforeParens: ControlStatements
90 SpaceInEmptyParentheses: false
91 SpacesBeforeTrailingComments: 2
93 SpacesInContainerLiterals: true
94 SpacesInCStyleCastParentheses: false
95 SpacesInParentheses: false
96 SpacesInSquareBrackets: false