1
1
# Generated from CLion C/C++ Code Style settings
2
2
BasedOnStyle : LLVM
3
- AccessModifierOffset : -4
3
+ AccessModifierOffset : -3
4
4
AlignAfterOpenBracket : Align
5
5
AlignConsecutiveAssignments : None
6
6
AlignOperands : DontAlign
7
7
AllowAllArgumentsOnNextLine : false
8
8
AllowAllConstructorInitializersOnNextLine : false
9
9
AllowAllParametersOfDeclarationOnNextLine : false
10
10
AllowShortBlocksOnASingleLine : Always
11
- AllowShortCaseLabelsOnASingleLine : true
12
- AllowShortFunctionsOnASingleLine : All
13
- AllowShortIfStatementsOnASingleLine : Never
11
+ AllowShortCaseLabelsOnASingleLine : false
12
+ AllowShortFunctionsOnASingleLine : None
13
+ AllowShortIfStatementsOnASingleLine : Always
14
14
AllowShortLambdasOnASingleLine : All
15
- AllowShortLoopsOnASingleLine : false
16
- AlwaysBreakAfterReturnType : All
17
- AlwaysBreakTemplateDeclarations : MultiLine
15
+ AllowShortLoopsOnASingleLine : true
16
+ AlwaysBreakAfterReturnType : None
17
+ AlwaysBreakTemplateDeclarations : Yes
18
18
BreakBeforeBraces : Custom
19
19
BraceWrapping :
20
20
AfterCaseLabel : false
21
21
AfterClass : true
22
- AfterControlStatement : MultiLine
22
+ AfterControlStatement : Always
23
23
AfterEnum : true
24
24
AfterFunction : true
25
25
AfterNamespace : true
26
26
AfterUnion : true
27
27
BeforeCatch : true
28
28
BeforeElse : true
29
29
IndentBraces : false
30
- SplitEmptyFunction : false
30
+ SplitEmptyFunction : true
31
31
SplitEmptyRecord : true
32
32
BreakBeforeBinaryOperators : NonAssignment
33
33
BreakBeforeTernaryOperators : true
@@ -36,15 +36,15 @@ BreakInheritanceList: BeforeColon
36
36
ColumnLimit : 0
37
37
CompactNamespaces : false
38
38
ContinuationIndentWidth : 4
39
- IndentCaseLabels : true
39
+ IndentCaseLabels : false
40
40
IndentPPDirectives : None
41
41
IndentWidth : 4
42
42
KeepEmptyLinesAtTheStartOfBlocks : true
43
43
MaxEmptyLinesToKeep : 1
44
- NamespaceIndentation : None
44
+ NamespaceIndentation : All
45
45
ObjCSpaceAfterProperty : false
46
46
ObjCSpaceBeforeProtocolList : false
47
- PointerAlignment : Right
47
+ PointerAlignment : Left
48
48
ReflowComments : false
49
49
SpaceAfterCStyleCast : false
50
50
SpaceAfterLogicalNot : false
@@ -54,7 +54,7 @@ SpaceBeforeCpp11BracedList: false
54
54
SpaceBeforeCtorInitializerColon : true
55
55
SpaceBeforeInheritanceColon : true
56
56
SpaceBeforeParens : ControlStatements
57
- SpaceBeforeRangeBasedForLoopColon : true
57
+ SpaceBeforeRangeBasedForLoopColon : false
58
58
SpaceInEmptyParentheses : false
59
59
SpacesBeforeTrailingComments : 0
60
60
SpacesInAngles : false
0 commit comments