Skip to content

Commit 0881a71

Browse files
update format
Signed-off-by: Nikolaj Bjorner <[email protected]>
1 parent 65c9a18 commit 0881a71

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.clang-format

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ BasedOnStyle: LLVM
88
IndentWidth: 4
99
TabWidth: 4
1010
UseTab: Never
11+
IndentCaseLabels: false
1112

1213
# Column width
1314
ColumnLimit: 120
@@ -34,6 +35,7 @@ BraceWrapping:
3435
AfterControlStatement: false
3536
AfterNamespace: false
3637
AfterStruct: false
38+
BeforeElse : true
3739
# Spacing
3840
SpaceAfterCStyleCast: false
3941
SpaceAfterLogicalNot: false
@@ -42,7 +44,6 @@ SpaceInEmptyParentheses: false
4244
SpacesInCStyleCastParentheses: false
4345
SpacesInParentheses: false
4446
SpacesInSquareBrackets: false
45-
IndentCaseLabels: false
4647

4748
# Alignment
4849
AlignConsecutiveAssignments: false
@@ -56,6 +57,7 @@ BinPackArguments: true
5657
BinPackParameters: true
5758
BreakBeforeBinaryOperators: None
5859
BreakBeforeTernaryOperators: true
60+
# BreakBeforeElse: true
5961

6062
# Includes
6163
SortIncludes: false # Z3 has specific include ordering conventions

0 commit comments

Comments
 (0)