@@ -2,61 +2,61 @@ BasedOnStyle: Mozilla
22Language : Cpp
33Standard : c++17
44
5- AccessModifierOffset : ' -4 '
5+ AccessModifierOffset : " -4 "
66AlignAfterOpenBracket : BlockIndent
7- AlignEscapedNewlinesLeft : ' false'
7+ AlignEscapedNewlinesLeft : " false"
88AllowAllArgumentsOnNextLine : false
99AllowAllParametersOfDeclarationOnNextLine : false
10- AllowShortBlocksOnASingleLine : ' false'
11- AllowShortCaseLabelsOnASingleLine : ' false'
12- AllowShortFunctionsOnASingleLine : ' false'
13- AllowShortIfStatementsOnASingleLine : ' false'
14- AllowShortLoopsOnASingleLine : ' false'
15- AlwaysBreakTemplateDeclarations : ' true'
10+ AllowShortBlocksOnASingleLine : " false"
11+ AllowShortCaseLabelsOnASingleLine : " false"
12+ AllowShortFunctionsOnASingleLine : " false"
13+ AllowShortIfStatementsOnASingleLine : " false"
14+ AllowShortLoopsOnASingleLine : " false"
15+ AlwaysBreakTemplateDeclarations : " true"
1616BinPackArguments : false
1717BinPackParameters : false
1818BreakAfterAttributes : Leave
1919BreakBeforeBinaryOperators : All
2020BreakBeforeBraces : Allman
21- BreakBeforeTernaryOperators : ' true'
22- BreakConstructorInitializersBeforeComma : ' true'
23- BreakStringLiterals : ' false'
24- ColumnLimit : ' 100'
25- ConstructorInitializerAllOnOneLineOrOnePerLine : ' false'
26- ConstructorInitializerIndentWidth : ' 4 '
27- ContinuationIndentWidth : ' 4 '
28- Cpp11BracedListStyle : ' false'
29- DerivePointerAlignment : ' false'
30- DisableFormat : ' false'
21+ BreakBeforeTernaryOperators : " true"
22+ BreakConstructorInitializersBeforeComma : " true"
23+ BreakStringLiterals : " false"
24+ ColumnLimit : " 100"
25+ ConstructorInitializerAllOnOneLineOrOnePerLine : " false"
26+ ConstructorInitializerIndentWidth : " 4 "
27+ ContinuationIndentWidth : " 4 "
28+ Cpp11BracedListStyle : " false"
29+ DerivePointerAlignment : " false"
30+ DisableFormat : " false"
3131EmptyLineAfterAccessModifier : Always
3232EmptyLineBeforeAccessModifier : Always
33- ExperimentalAutoDetectBinPacking : ' true'
33+ ExperimentalAutoDetectBinPacking : " true"
3434IncludeBlocks : Regroup
3535IncludeCategories :
36- - Regex : <[^.]+>
37- Priority : -3
38- - Regex : <mamba/.+>
39- Priority : -1
40- - Regex : <.+>
41- Priority : -2
42- - Regex : ' "mamba/.+"'
43- Priority : 0
44- - Regex : ' "solv-cpp/.+"'
45- Priority : 0
46- - Regex : ' ".+/.+"'
47- Priority : 1
48- - Regex : ' ".+"'
49- Priority : 2
50- IndentCaseLabels : ' true'
51- IndentWidth : ' 4 '
52- IndentWrappedFunctionNames : ' false'
53- InsertBraces : true # Experimental
54- KeepEmptyLinesAtTheStartOfBlocks : ' false'
55- MaxEmptyLinesToKeep : ' 2 '
36+ - Regex : <[^.]+>
37+ Priority : -3
38+ - Regex : <mamba/.+>
39+ Priority : -1
40+ - Regex : <.+>
41+ Priority : -2
42+ - Regex : ' "mamba/.+"'
43+ Priority : 0
44+ - Regex : ' "solv-cpp/.+"'
45+ Priority : 0
46+ - Regex : ' ".+/.+"'
47+ Priority : 1
48+ - Regex : ' ".+"'
49+ Priority : 2
50+ IndentCaseLabels : " true"
51+ IndentWidth : " 4 "
52+ IndentWrappedFunctionNames : " false"
53+ InsertBraces : true # Experimental
54+ KeepEmptyLinesAtTheStartOfBlocks : " false"
55+ MaxEmptyLinesToKeep : " 2 "
5656NamespaceIndentation : All
57- ObjCBlockIndentWidth : ' 4 '
58- ObjCSpaceAfterProperty : ' false'
59- ObjCSpaceBeforeProtocolList : ' false'
57+ ObjCBlockIndentWidth : " 4 "
58+ ObjCSpaceAfterProperty : " false"
59+ ObjCSpaceBeforeProtocolList : " false"
6060PackConstructorInitializers : Never
6161PenaltyBreakAssignment : 100000
6262PenaltyBreakBeforeFirstCallParameter : 0
@@ -67,22 +67,22 @@ PenaltyExcessCharacter: 10
6767PenaltyIndentedWhitespace : 0
6868PenaltyReturnTypeOnItsOwnLine : 10
6969PointerAlignment : Left
70- QualifierAlignment : Custom # Experimental
70+ QualifierAlignment : Custom # Experimental
7171QualifierOrder : [inline, static, constexpr, const, volatile, type]
72- ReflowComments : ' true'
72+ ReflowComments : " true"
7373SeparateDefinitionBlocks : Always
7474SortIncludes : CaseInsensitive
7575SortUsingDeclarations : Never
76- SpaceAfterCStyleCast : ' true'
77- SpaceAfterTemplateKeyword : ' true'
78- SpaceBeforeAssignmentOperators : ' true'
76+ SpaceAfterCStyleCast : " true"
77+ SpaceAfterTemplateKeyword : " true"
78+ SpaceBeforeAssignmentOperators : " true"
7979SpaceBeforeParens : ControlStatements
80- SpaceInEmptyParentheses : ' false'
81- SpacesBeforeTrailingComments : ' 2 '
82- SpacesInAngles : ' false'
83- SpacesInCStyleCastParentheses : ' false'
84- SpacesInContainerLiterals : ' false'
85- SpacesInParentheses : ' false'
86- SpacesInSquareBrackets : ' false'
87- TabWidth : ' 4 '
80+ SpaceInEmptyParentheses : " false"
81+ SpacesBeforeTrailingComments : " 2 "
82+ SpacesInAngles : " false"
83+ SpacesInCStyleCastParentheses : " false"
84+ SpacesInContainerLiterals : " false"
85+ SpacesInParentheses : " false"
86+ SpacesInSquareBrackets : " false"
87+ TabWidth : " 4 "
8888UseTab : Never
0 commit comments