1
1
---
2
2
Language : Cpp
3
- # BasedOnStyle: Chromium
3
+ BasedOnStyle : Chromium
4
4
AccessModifierOffset : -4
5
5
AlignAfterOpenBracket : DontAlign
6
- AlignConsecutiveAssignments : false
7
- AlignConsecutiveDeclarations : false
8
- AlignEscapedNewlines : Left
9
- AlignOperands : true
10
- AlignTrailingComments : true
11
- AllowAllParametersOfDeclarationOnNextLine : false
12
- AllowShortBlocksOnASingleLine : false
13
- AllowShortCaseLabelsOnASingleLine : false
14
- AllowShortFunctionsOnASingleLine : Inline
15
- AllowShortIfStatementsOnASingleLine : false
16
- AllowShortLoopsOnASingleLine : false
17
- AlwaysBreakAfterDefinitionReturnType : None
18
- AlwaysBreakAfterReturnType : None
19
- AlwaysBreakBeforeMultilineStrings : true
20
- AlwaysBreakTemplateDeclarations : true
21
- BinPackArguments : true
22
6
BinPackParameters : true
23
7
BraceWrapping :
24
8
AfterClass : true
@@ -31,33 +15,11 @@ BraceWrapping:
31
15
AfterUnion : true
32
16
BeforeCatch : true
33
17
BeforeElse : true
34
- IndentBraces : false
35
18
SplitEmptyFunction : false
36
- SplitEmptyRecord : true
37
- SplitEmptyNamespace : true
38
- BreakBeforeBinaryOperators : None
39
19
BreakBeforeBraces : Custom
40
- BreakBeforeInheritanceComma : false
41
20
BreakBeforeTernaryOperators : false
42
- BreakConstructorInitializersBeforeComma : false
43
- BreakConstructorInitializers : BeforeColon
44
- BreakAfterJavaFieldAnnotations : false
45
- BreakStringLiterals : true
46
21
ColumnLimit : 100
47
- CommentPragmas : ' ^ IWYU pragma:'
48
- CompactNamespaces : false
49
- ConstructorInitializerAllOnOneLineOrOnePerLine : true
50
22
ConstructorInitializerIndentWidth : 2
51
- ContinuationIndentWidth : 4
52
- Cpp11BracedListStyle : true
53
- DerivePointerAlignment : false
54
- DisableFormat : false
55
- ExperimentalAutoDetectBinPacking : false
56
- FixNamespaceComments : true
57
- ForEachMacros :
58
- - foreach
59
- - Q_FOREACH
60
- - BOOST_FOREACH
61
23
IncludeCategories :
62
24
- Regex : ' ^".*'
63
25
Priority : 1
@@ -72,41 +34,9 @@ IncludeCategories:
72
34
IncludeIsMainRegex : ' (Test)?$'
73
35
IndentCaseLabels : false
74
36
IndentWidth : 4
75
- IndentWrappedFunctionNames : false
76
- JavaScriptQuotes : Leave
77
- JavaScriptWrapImports : true
78
- KeepEmptyLinesAtTheStartOfBlocks : false
79
- MacroBlockBegin : ' '
80
- MacroBlockEnd : ' '
81
37
MaxEmptyLinesToKeep : 2
82
- NamespaceIndentation : None
83
- ObjCBlockIndentWidth : 2
84
- ObjCSpaceAfterProperty : false
85
- ObjCSpaceBeforeProtocolList : false
86
38
PenaltyBreakAssignment : 1
87
- PenaltyBreakBeforeFirstCallParameter : 1
88
39
PenaltyBreakComment : 50
89
- PenaltyBreakFirstLessLess : 120
90
- PenaltyBreakString : 1000
91
- PenaltyExcessCharacter : 1000000
92
- PenaltyReturnTypeOnItsOwnLine : 200
93
- PointerAlignment : Left
94
- ReflowComments : true
95
- SortIncludes : true
96
- SortUsingDeclarations : true
97
- SpaceAfterCStyleCast : false
98
- SpaceAfterTemplateKeyword : true
99
- SpaceBeforeAssignmentOperators : true
100
- SpaceBeforeParens : ControlStatements
101
- SpaceInEmptyParentheses : false
102
- SpacesBeforeTrailingComments : 2
103
- SpacesInAngles : false
104
- SpacesInContainerLiterals : true
105
- SpacesInCStyleCastParentheses : false
106
- SpacesInParentheses : false
107
- SpacesInSquareBrackets : false
108
- Standard : Auto
109
40
TabWidth : 4
110
- UseTab : Never
111
41
...
112
42
0 commit comments