3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-10-04 15:03:57 +00:00

update format

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2025-09-30 15:42:01 -07:00
parent 65c9a18c3a
commit 0881a71ed2

View file

@ -8,6 +8,7 @@ BasedOnStyle: LLVM
IndentWidth: 4
TabWidth: 4
UseTab: Never
IndentCaseLabels: false
# Column width
ColumnLimit: 120
@ -34,6 +35,7 @@ BraceWrapping:
AfterControlStatement: false
AfterNamespace: false
AfterStruct: false
BeforeElse : true
# Spacing
SpaceAfterCStyleCast: false
SpaceAfterLogicalNot: false
@ -42,7 +44,6 @@ SpaceInEmptyParentheses: false
SpacesInCStyleCastParentheses: false
SpacesInParentheses: false
SpacesInSquareBrackets: false
IndentCaseLabels: false
# Alignment
AlignConsecutiveAssignments: false
@ -56,6 +57,7 @@ BinPackArguments: true
BinPackParameters: true
BreakBeforeBinaryOperators: None
BreakBeforeTernaryOperators: true
# BreakBeforeElse: true
# Includes
SortIncludes: false # Z3 has specific include ordering conventions