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