11# Generated from CLion C/C++ Code Style settings
22BasedOnStyle : LLVM
3- AccessModifierOffset : -4
3+ AccessModifierOffset : -3
44AlignAfterOpenBracket : Align
55AlignConsecutiveAssignments : None
66AlignOperands : DontAlign
77AllowAllArgumentsOnNextLine : false
88AllowAllConstructorInitializersOnNextLine : false
99AllowAllParametersOfDeclarationOnNextLine : false
1010AllowShortBlocksOnASingleLine : Always
11- AllowShortCaseLabelsOnASingleLine : true
12- AllowShortFunctionsOnASingleLine : All
13- AllowShortIfStatementsOnASingleLine : Never
11+ AllowShortCaseLabelsOnASingleLine : false
12+ AllowShortFunctionsOnASingleLine : None
13+ AllowShortIfStatementsOnASingleLine : Always
1414AllowShortLambdasOnASingleLine : All
15- AllowShortLoopsOnASingleLine : false
16- AlwaysBreakAfterReturnType : All
17- AlwaysBreakTemplateDeclarations : MultiLine
15+ AllowShortLoopsOnASingleLine : true
16+ AlwaysBreakAfterReturnType : None
17+ AlwaysBreakTemplateDeclarations : Yes
1818BreakBeforeBraces : Custom
1919BraceWrapping :
2020 AfterCaseLabel : false
2121 AfterClass : true
22- AfterControlStatement : MultiLine
22+ AfterControlStatement : Always
2323 AfterEnum : true
2424 AfterFunction : true
2525 AfterNamespace : true
2626 AfterUnion : true
2727 BeforeCatch : true
2828 BeforeElse : true
2929 IndentBraces : false
30- SplitEmptyFunction : false
30+ SplitEmptyFunction : true
3131 SplitEmptyRecord : true
3232BreakBeforeBinaryOperators : NonAssignment
3333BreakBeforeTernaryOperators : true
@@ -36,15 +36,15 @@ BreakInheritanceList: BeforeColon
3636ColumnLimit : 0
3737CompactNamespaces : false
3838ContinuationIndentWidth : 4
39- IndentCaseLabels : true
39+ IndentCaseLabels : false
4040IndentPPDirectives : None
4141IndentWidth : 4
4242KeepEmptyLinesAtTheStartOfBlocks : true
4343MaxEmptyLinesToKeep : 1
44- NamespaceIndentation : None
44+ NamespaceIndentation : All
4545ObjCSpaceAfterProperty : false
4646ObjCSpaceBeforeProtocolList : false
47- PointerAlignment : Right
47+ PointerAlignment : Left
4848ReflowComments : false
4949SpaceAfterCStyleCast : false
5050SpaceAfterLogicalNot : false
@@ -54,7 +54,7 @@ SpaceBeforeCpp11BracedList: false
5454SpaceBeforeCtorInitializerColon : true
5555SpaceBeforeInheritanceColon : true
5656SpaceBeforeParens : ControlStatements
57- SpaceBeforeRangeBasedForLoopColon : true
57+ SpaceBeforeRangeBasedForLoopColon : false
5858SpaceInEmptyParentheses : false
5959SpacesBeforeTrailingComments : 0
6060SpacesInAngles : false
0 commit comments