mirror of
https://github.com/Z3Prover/z3
synced 2025-10-05 07:23:58 +00:00
update format
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
65c9a18c3a
commit
0881a71ed2
1 changed files with 3 additions and 1 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
|
||||||
ColumnLimit: 120
|
ColumnLimit: 120
|
||||||
|
@ -34,6 +35,7 @@ BraceWrapping:
|
||||||
AfterControlStatement: false
|
AfterControlStatement: false
|
||||||
AfterNamespace: false
|
AfterNamespace: false
|
||||||
AfterStruct: false
|
AfterStruct: false
|
||||||
|
BeforeElse : true
|
||||||
# Spacing
|
# Spacing
|
||||||
SpaceAfterCStyleCast: false
|
SpaceAfterCStyleCast: false
|
||||||
SpaceAfterLogicalNot: false
|
SpaceAfterLogicalNot: false
|
||||||
|
@ -42,7 +44,6 @@ SpaceInEmptyParentheses: false
|
||||||
SpacesInCStyleCastParentheses: false
|
SpacesInCStyleCastParentheses: false
|
||||||
SpacesInParentheses: false
|
SpacesInParentheses: false
|
||||||
SpacesInSquareBrackets: false
|
SpacesInSquareBrackets: false
|
||||||
IndentCaseLabels: false
|
|
||||||
|
|
||||||
# Alignment
|
# Alignment
|
||||||
AlignConsecutiveAssignments: false
|
AlignConsecutiveAssignments: false
|
||||||
|
@ -56,6 +57,7 @@ BinPackArguments: true
|
||||||
BinPackParameters: true
|
BinPackParameters: true
|
||||||
BreakBeforeBinaryOperators: None
|
BreakBeforeBinaryOperators: None
|
||||||
BreakBeforeTernaryOperators: true
|
BreakBeforeTernaryOperators: true
|
||||||
|
# BreakBeforeElse: true
|
||||||
|
|
||||||
# Includes
|
# Includes
|
||||||
SortIncludes: false # Z3 has specific include ordering conventions
|
SortIncludes: false # Z3 has specific include ordering conventions
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue