mirror of
https://github.com/Z3Prover/z3
synced 2025-11-05 13:56:03 +00:00
update format
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
e3ef97e24d
commit
1b48ec27e0
1 changed files with 2 additions and 2 deletions
|
|
@ -8,6 +8,7 @@ BasedOnStyle: LLVM
|
|||
IndentWidth: 4
|
||||
TabWidth: 4
|
||||
UseTab: Never
|
||||
IndentCaseLabels: false
|
||||
|
||||
|
||||
|
||||
|
|
@ -41,7 +42,7 @@ BraceWrapping:
|
|||
AfterStruct: false
|
||||
BeforeElse : true
|
||||
AfterCaseLabel: false
|
||||
# Spacing
|
||||
|
||||
SpaceAfterCStyleCast: false
|
||||
SpaceAfterLogicalNot: false
|
||||
SpaceBeforeParens: ControlStatements
|
||||
|
|
@ -49,7 +50,6 @@ SpaceInEmptyParentheses: false
|
|||
SpacesInCStyleCastParentheses: false
|
||||
SpacesInParentheses: false
|
||||
SpacesInSquareBrackets: false
|
||||
IndentCaseLabels: false
|
||||
|
||||
# Alignment
|
||||
AlignConsecutiveAssignments: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue