3 AccessModifierOffset: -4
4 AlignAfterOpenBracket: Align
5 AlignConsecutiveAssignments: true
6 AlignConsecutiveDeclarations: true
7 AlignEscapedNewlinesLeft: true
9 AlignTrailingComments: true
10 AllowAllParametersOfDeclarationOnNextLine: false
11 AllowShortBlocksOnASingleLine: true
12 AllowShortCaseLabelsOnASingleLine: true
13 AllowShortFunctionsOnASingleLine: Inline
14 AllowShortIfStatementsOnASingleLine: false
15 AllowShortLoopsOnASingleLine: false
16 AlwaysBreakAfterDefinitionReturnType: None
17 AlwaysBreakAfterReturnType: None
18 AlwaysBreakBeforeMultilineStrings: true
19 AlwaysBreakTemplateDeclarations: true
20 BinPackArguments: true
21 BinPackParameters: false
24 AfterControlStatement: true
28 AfterObjCDeclaration: true
34 BreakBeforeBinaryOperators: NonAssignment
35 BreakBeforeBraces: Allman
36 BreakBeforeTernaryOperators: true
37 BreakConstructorInitializers: AfterColon
38 BreakAfterJavaFieldAnnotations: false
39 BreakInheritanceList: AfterColon
40 BreakStringLiterals: true
42 CommentPragmas: '^ IWYU pragma:|NOLINT'
43 ConstructorInitializerAllOnOneLineOrOnePerLine: true
44 ConstructorInitializerIndentWidth: 4
45 ContinuationIndentWidth: 8
46 Cpp11BracedListStyle: false
47 DerivePointerAlignment: false
49 ExperimentalAutoDetectBinPacking: false
50 FixNamespaceComments: true
51 ForEachMacros: [ foreach, Q_FOREACH, BOOST_FOREACH ]
59 IncludeIsMainRegex: '([-_](test|unittest))?$'
60 IndentPPDirectives: AfterHash
61 IndentCaseLabels: true
63 IndentWrappedFunctionNames: false
64 JavaScriptQuotes: Leave
65 JavaScriptWrapImports: true
66 KeepEmptyLinesAtTheStartOfBlocks: true
69 MaxEmptyLinesToKeep: 2
70 NamespaceIndentation: None
71 ObjCBlockIndentWidth: 2
72 ObjCSpaceAfterProperty: false
73 ObjCSpaceBeforeProtocolList: false
74 PenaltyBreakBeforeFirstCallParameter: 1
75 PenaltyBreakComment: 300
76 PenaltyBreakFirstLessLess: 120
77 PenaltyBreakString: 1000
78 PenaltyExcessCharacter: 2
79 PenaltyReturnTypeOnItsOwnLine: 100
80 PointerAlignment: Left
83 SortUsingDeclarations: true
84 SpaceAfterCStyleCast: false
85 SpaceBeforeAssignmentOperators: true
86 SpaceBeforeParens: ControlStatements
87 SpaceInEmptyParentheses: false
88 SpacesBeforeTrailingComments: 1
90 SpaceAfterTemplateKeyword: false
91 SpacesInContainerLiterals: false
92 SpacesInCStyleCastParentheses: false
93 SpacesInParentheses: false
94 SpacesInSquareBrackets: false