1 AccessModifierOffset: -4
2 AlignEscapedNewlinesLeft: true
3 AlignTrailingComments: true
4 AllowAllParametersOfDeclarationOnNextLine: false
5 AllowShortBlocksOnASingleLine: false
6 AllowShortFunctionsOnASingleLine: All
7 AllowShortIfStatementsOnASingleLine: false
8 AllowShortLoopsOnASingleLine: false
9 AlwaysBreakBeforeMultilineStrings: false
10 AlwaysBreakTemplateDeclarations: true
11 BinPackParameters: false
12 BreakBeforeBinaryOperators: false
13 BreakBeforeBraces: Linux
14 BreakBeforeTernaryOperators: false
15 BreakConstructorInitializersBeforeComma: false
17 CommentPragmas: '^ IWYU pragma:'
18 ConstructorInitializerAllOnOneLineOrOnePerLine: false
19 ConstructorInitializerIndentWidth: 4
20 ContinuationIndentWidth: 4
21 Cpp11BracedListStyle: true
22 DerivePointerAlignment: false
24 ForEachMacros: [ foreach, Q_FOREACH, BOOST_FOREACH, BOOST_REVERSE_FOREACH ]
25 IndentCaseLabels: false
26 IndentFunctionDeclarationAfterType: false
28 KeepEmptyLinesAtTheStartOfBlocks: false
30 MaxEmptyLinesToKeep: 2
31 NamespaceIndentation: None
32 ObjCSpaceAfterProperty: false
33 ObjCSpaceBeforeProtocolList: false
34 PenaltyBreakBeforeFirstCallParameter: 1
35 PenaltyBreakComment: 300
36 PenaltyBreakFirstLessLess: 120
37 PenaltyBreakString: 1000
38 PenaltyExcessCharacter: 1000000
39 PenaltyReturnTypeOnItsOwnLine: 200
40 PointerAlignment: Left
41 SpaceBeforeAssignmentOperators: true
42 SpaceBeforeParens: ControlStatements
43 SpaceInEmptyParentheses: false
44 SpacesBeforeTrailingComments: 1
46 SpacesInContainerLiterals: true
47 SpacesInCStyleCastParentheses: false
48 SpacesInParentheses: false