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
35 SplitEmptyFunction: true
36 SplitEmptyRecord: true
37 SplitEmptyNamespace: true
38 BreakBeforeBinaryOperators: All
39 BreakBeforeBraces: WebKit
40 BreakBeforeInheritanceComma: false
41 BreakBeforeTernaryOperators: true
42 BreakConstructorInitializersBeforeComma: false
43 BreakConstructorInitializers: BeforeComma
44 BreakAfterJavaFieldAnnotations: false
45 BreakStringLiterals: true
47 CommentPragmas: '^ IWYU pragma:'
48 CompactNamespaces: false
49 ConstructorInitializerAllOnOneLineOrOnePerLine: false
50 ConstructorInitializerIndentWidth: 4
51 ContinuationIndentWidth: 4
52 Cpp11BracedListStyle: false
53 DerivePointerAlignment: false
55 ExperimentalAutoDetectBinPacking: false
56 FixNamespaceComments: false
62 - Regex: '^"config\.h"'
64 # The main header for a source file automatically gets category 0
69 IncludeIsMainRegex: '(Test)?$'
70 IndentCaseLabels: false
72 IndentWrappedFunctionNames: false
73 JavaScriptQuotes: Leave
74 JavaScriptWrapImports: true
75 KeepEmptyLinesAtTheStartOfBlocks: true
78 MaxEmptyLinesToKeep: 1
79 NamespaceIndentation: Inner
80 ObjCBlockIndentWidth: 4
81 ObjCSpaceAfterProperty: true
82 ObjCSpaceBeforeProtocolList: true
83 PenaltyBreakAssignment: 2
84 PenaltyBreakBeforeFirstCallParameter: 19
85 PenaltyBreakComment: 300
86 PenaltyBreakFirstLessLess: 120
87 PenaltyBreakString: 1000
88 PenaltyExcessCharacter: 1000000
89 PenaltyReturnTypeOnItsOwnLine: 60
90 PointerAlignment: Left
93 SortUsingDeclarations: true
94 SpaceAfterCStyleCast: false
95 SpaceAfterTemplateKeyword: true
96 SpaceBeforeAssignmentOperators: true
97 SpaceBeforeParens: ControlStatements
98 SpaceInEmptyParentheses: false
99 SpacesBeforeTrailingComments: 1
100 SpacesInAngles: false
101 SpacesInContainerLiterals: true
102 SpacesInCStyleCastParentheses: false
103 SpacesInParentheses: false
104 SpacesInSquareBrackets: false