1
+ Language : Cpp
2
+ AccessModifierOffset : -1
3
+ AlignAfterOpenBracket : Align
4
+ AlignConsecutiveAssignments : false
5
+ AlignConsecutiveDeclarations : false
6
+ AlignEscapedNewlinesLeft : true
7
+ AlignOperands : true
8
+ AlignTrailingComments : true
9
+ AllowAllParametersOfDeclarationOnNextLine : true
10
+ AllowShortBlocksOnASingleLine : true
11
+ AllowShortCaseLabelsOnASingleLine : true
12
+ AllowShortFunctionsOnASingleLine : All
13
+ AllowShortIfStatementsOnASingleLine : true
14
+ AllowShortLoopsOnASingleLine : true
15
+ AlwaysBreakAfterDefinitionReturnType : None
16
+ AlwaysBreakAfterReturnType : None
17
+ AlwaysBreakBeforeMultilineStrings : false
18
+ AlwaysBreakTemplateDeclarations : true
19
+ BinPackArguments : true
20
+ BinPackParameters : true
21
+ BraceWrapping :
22
+ AfterClass : true
23
+ AfterControlStatement : false
24
+ AfterEnum : false
25
+ AfterFunction : false
26
+ AfterNamespace : false
27
+ AfterObjCDeclaration : false
28
+ AfterStruct : false
29
+ AfterUnion : false
30
+ BeforeCatch : false
31
+ BeforeElse : false
32
+ IndentBraces : false
33
+ BreakBeforeBinaryOperators : NonAssignment
34
+ BreakBeforeBraces : Attach
35
+ BreakBeforeTernaryOperators : true
36
+ BreakConstructorInitializersBeforeComma : false
37
+ BreakAfterJavaFieldAnnotations : false
38
+ BreakStringLiterals : true
39
+ ColumnLimit : 100
40
+ CommentPragmas : ' ^ IWYU pragma:'
41
+ BreakBeforeInheritanceComma : false
42
+ ConstructorInitializerAllOnOneLineOrOnePerLine : true
43
+ ConstructorInitializerIndentWidth : 4
44
+ ContinuationIndentWidth : 4
45
+ Cpp11BracedListStyle : true
46
+ DisableFormat : false
47
+ ExperimentalAutoDetectBinPacking : false
48
+ FixNamespaceComments : true
49
+ ForEachMacros : [ foreach, Q_FOREACH, BOOST_FOREACH ]
50
+ IncludeCategories :
51
+ - Regex : ' ^<.*\.h>'
52
+ Priority : 1
53
+ - Regex : ' ^<.*'
54
+ Priority : 2
55
+ - Regex : ' .*'
56
+ Priority : 3
57
+ IncludeIsMainRegex : ' ([-_](test|unittest))?$'
58
+ IndentCaseLabels : true
59
+ IndentWidth : 2
60
+ IndentWrappedFunctionNames : false
61
+ JavaScriptQuotes : Leave
62
+ JavaScriptWrapImports : true
63
+ KeepEmptyLinesAtTheStartOfBlocks : false
64
+ MacroBlockBegin : ' '
65
+ MacroBlockEnd : ' '
66
+ MaxEmptyLinesToKeep : 1
67
+ NamespaceIndentation : None
68
+ ObjCBlockIndentWidth : 2
69
+ ObjCSpaceAfterProperty : false
70
+ ObjCSpaceBeforeProtocolList : false
71
+ PenaltyBreakBeforeFirstCallParameter : 1
72
+ PenaltyBreakComment : 300
73
+ PenaltyBreakFirstLessLess : 120
74
+ PenaltyBreakString : 1000
75
+ PenaltyExcessCharacter : 1000000
76
+ PenaltyReturnTypeOnItsOwnLine : 200
77
+ PointerAlignment : Left
78
+ ReflowComments : true
79
+ SortIncludes : false
80
+ SpaceAfterCStyleCast : false
81
+ SpaceAfterTemplateKeyword : false
82
+ SpaceBeforeAssignmentOperators : true
83
+ SpaceBeforeParens : ControlStatements
84
+ SpaceInEmptyParentheses : false
85
+ SpacesBeforeTrailingComments : 2
86
+ SpacesInAngles : false
87
+ SpacesInContainerLiterals : true
88
+ SpacesInCStyleCastParentheses : false
89
+ SpacesInParentheses : false
90
+ SpacesInSquareBrackets : false
91
+ Standard : Auto
92
+ TabWidth : 8
93
+ UseTab : Never
0 commit comments