3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-10-29 18:52:29 +00:00

propagate value initialization to atoms

This commit is contained in:
Nikolaj Bjorner 2025-09-24 11:01:24 +03:00
parent 10dce45d8b
commit 95ab02aa4f
4 changed files with 53 additions and 3 deletions

View file

@ -45,6 +45,7 @@ SpaceInEmptyParentheses: false
SpacesInCStyleCastParentheses: false
SpacesInParentheses: false
SpacesInSquareBrackets: false
IndentCaseLabels: false
# Alignment
AlignConsecutiveAssignments: false