1
+ ---
2
+ BasedOnStyle : LLVM
3
+ AccessModifierOffset : -4
4
+ AlignAfterOpenBracket : Align
5
+ AlignConsecutiveAssignments : false
6
+ AlignConsecutiveDeclarations : false
7
+ AlignEscapedNewlines : DontAlign
8
+ AlignOperands : true
9
+ AlignTrailingComments : true
10
+ AllowAllParametersOfDeclarationOnNextLine : true
11
+ AllowShortBlocksOnASingleLine : true
12
+ AllowShortCaseLabelsOnASingleLine : true
13
+ AllowShortFunctionsOnASingleLine : Inline
14
+ AllowShortIfStatementsOnASingleLine : false
15
+ AlwaysBreakAfterDefinitionReturnType : None
16
+ AlwaysBreakAfterReturnType : None
17
+ AlwaysBreakBeforeMultilineStrings : false
18
+ AlwaysBreakTemplateDeclarations : Yes
19
+ BinPackArguments : false
20
+ BinPackParameters : false
21
+ BraceWrapping :
22
+ AfterClass : true
23
+ AfterControlStatement : false
24
+ AfterEnum : false
25
+ AfterFunction : true
26
+ AfterNamespace : false
27
+ AfterObjCDeclaration : false
28
+ AfterStruct : true
29
+ AfterUnion : false
30
+ AfterExternBlock : false
31
+ BeforeCatch : false
32
+ BeforeElse : false
33
+ IndentBraces : false
34
+ SplitEmptyFunction : false
35
+ SplitEmptyRecord : false
36
+ SplitEmptyNamespace : false
37
+ BreakAfterJavaFieldAnnotations : false
38
+ BreakBeforeBinaryOperators : All
39
+ BreakBeforeBraces : Custom
40
+ BreakBeforeTernaryOperators : true
41
+ BreakConstructorInitializers : BeforeComma
42
+ BreakInheritanceList : BeforeColon
43
+ BreakStringLiterals : true
44
+ ColumnLimit : 100
45
+ CommentPragmas : ' ^ IWYU pragma:'
46
+ CompactNamespaces : false
47
+ ConstructorInitializerAllOnOneLineOrOnePerLine : false
48
+ ConstructorInitializerIndentWidth : 4
49
+ ContinuationIndentWidth : 4
50
+ Cpp11BracedListStyle : true
51
+ DerivePointerAlignment : false
52
+ DisableFormat : false
53
+ ExperimentalAutoDetectBinPacking : false
54
+ FixNamespaceComments : true
55
+ ForEachMacros :
56
+ - forever
57
+ - foreach
58
+ - BOOST_FOREACH
59
+ IncludeBlocks : Preserve
60
+ IncludeCategories :
61
+ - Regex : ' ^<Q.*'
62
+ Priority : 200
63
+ SortPriority : 0
64
+ IncludeIsMainRegex : ' (Test)?$'
65
+ IndentCaseLabels : false
66
+ IndentPPDirectives : None
67
+ IndentWidth : 4
68
+ IndentWrappedFunctionNames : false
69
+ JavaScriptQuotes : Leave
70
+ JavaScriptWrapImports : true
71
+ KeepEmptyLinesAtTheStartOfBlocks : false
72
+ Language : Cpp
73
+ MacroBlockBegin : ' '
74
+ MacroBlockEnd : ' '
75
+ MaxEmptyLinesToKeep : 1
76
+ NamespaceIndentation : None
77
+ ObjCBinPackProtocolList : Auto
78
+ ObjCBlockIndentWidth : 4
79
+ ObjCSpaceAfterProperty : false
80
+ ObjCSpaceBeforeProtocolList : true
81
+ PenaltyBreakAssignment : 150
82
+ PenaltyBreakBeforeFirstCallParameter : 300
83
+ PenaltyBreakComment : 500
84
+ PenaltyBreakFirstLessLess : 400
85
+ PenaltyBreakString : 600
86
+ PenaltyBreakTemplateDeclaration : 10
87
+ PenaltyExcessCharacter : 50
88
+ PenaltyReturnTypeOnItsOwnLine : 300
89
+ PointerAlignment : Right
90
+ ReflowComments : false
91
+ SortIncludes : true
92
+ SortUsingDeclarations : true
93
+ SpaceAfterCStyleCast : true
94
+ SpaceAfterTemplateKeyword : false
95
+ SpaceBeforeAssignmentOperators : true
96
+ SpaceBeforeCpp11BracedList : false
97
+ SpaceBeforeCtorInitializerColon : true
98
+ SpaceBeforeInheritanceColon : true
99
+ SpaceBeforeParens : ControlStatements
100
+ SpaceBeforeRangeBasedForLoopColon : true
101
+ SpaceInEmptyParentheses : false
102
+ SpacesBeforeTrailingComments : 1
103
+ SpacesInAngles : false
104
+ SpacesInCStyleCastParentheses : false
105
+ SpacesInContainerLiterals : false
106
+ SpacesInParentheses : false
107
+ SpacesInSquareBrackets : false
108
+ TabWidth : 4
109
+ UseTab : Never
0 commit comments