3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-11-05 22:06:03 +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 5e4882d731
commit ec66d8c9c7

View file

@ -8,6 +8,7 @@ BasedOnStyle: LLVM
IndentWidth: 4 IndentWidth: 4
TabWidth: 4 TabWidth: 4
UseTab: Never UseTab: Never
IndentCaseLabels: false
@ -39,9 +40,6 @@ BraceWrapping:
AfterStruct: false AfterStruct: false
BeforeElse : true BeforeElse : true
AfterCaseLabel: false AfterCaseLabel: false
# Spacing # Spacing
SpaceAfterCStyleCast: false SpaceAfterCStyleCast: false
SpaceAfterLogicalNot: false SpaceAfterLogicalNot: false
@ -50,7 +48,6 @@ SpaceInEmptyParentheses: false
SpacesInCStyleCastParentheses: false SpacesInCStyleCastParentheses: false
SpacesInParentheses: false SpacesInParentheses: false
SpacesInSquareBrackets: false SpacesInSquareBrackets: false
IndentCaseLabels: false
# Alignment # Alignment
AlignConsecutiveAssignments: false AlignConsecutiveAssignments: false