mirror of
https://github.com/Z3Prover/z3
synced 2026-06-02 15:17:54 +00:00
update format
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
d9b28cd485
commit
4c69dc135c
1 changed files with 2 additions and 2 deletions
|
|
@ -8,6 +8,7 @@ BasedOnStyle: LLVM
|
||||||
IndentWidth: 4
|
IndentWidth: 4
|
||||||
TabWidth: 4
|
TabWidth: 4
|
||||||
UseTab: Never
|
UseTab: Never
|
||||||
|
IndentCaseLabels: false
|
||||||
|
|
||||||
|
|
||||||
# Column width
|
# Column width
|
||||||
|
|
@ -37,7 +38,7 @@ BraceWrapping:
|
||||||
AfterStruct: false
|
AfterStruct: false
|
||||||
BeforeElse : true
|
BeforeElse : true
|
||||||
AfterCaseLabel: false
|
AfterCaseLabel: false
|
||||||
# Spacing
|
|
||||||
SpaceAfterCStyleCast: false
|
SpaceAfterCStyleCast: false
|
||||||
SpaceAfterLogicalNot: false
|
SpaceAfterLogicalNot: false
|
||||||
SpaceBeforeParens: ControlStatements
|
SpaceBeforeParens: ControlStatements
|
||||||
|
|
@ -45,7 +46,6 @@ SpaceInEmptyParentheses: false
|
||||||
SpacesInCStyleCastParentheses: false
|
SpacesInCStyleCastParentheses: false
|
||||||
SpacesInParentheses: false
|
SpacesInParentheses: false
|
||||||
SpacesInSquareBrackets: false
|
SpacesInSquareBrackets: false
|
||||||
IndentCaseLabels: false
|
|
||||||
|
|
||||||
# Alignment
|
# Alignment
|
||||||
AlignConsecutiveAssignments: false
|
AlignConsecutiveAssignments: false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue