File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ BasedOnStyle: LLVM
88IndentWidth : 4
99TabWidth : 4
1010UseTab : Never
11+ IndentCaseLabels : false
1112
1213# Column width
1314ColumnLimit : 120
@@ -34,6 +35,7 @@ BraceWrapping:
3435 AfterControlStatement : false
3536 AfterNamespace : false
3637 AfterStruct : false
38+ BeforeElse : true
3739# Spacing
3840SpaceAfterCStyleCast : false
3941SpaceAfterLogicalNot : false
@@ -42,7 +44,6 @@ SpaceInEmptyParentheses: false
4244SpacesInCStyleCastParentheses : false
4345SpacesInParentheses : false
4446SpacesInSquareBrackets : false
45- IndentCaseLabels : false
4647
4748# Alignment
4849AlignConsecutiveAssignments : false
@@ -56,6 +57,7 @@ BinPackArguments: true
5657BinPackParameters : true
5758BreakBeforeBinaryOperators : None
5859BreakBeforeTernaryOperators : true
60+ # BreakBeforeElse: true
5961
6062# Includes
6163SortIncludes : false # Z3 has specific include ordering conventions
You can’t perform that action at this time.
0 commit comments