mirror of
https://github.com/Z3Prover/z3
synced 2025-10-05 07:23:58 +00:00
update clang format
This commit is contained in:
parent
72c89e1a4e
commit
5d8fcaa3ee
1 changed files with 7 additions and 1 deletions
|
@ -8,7 +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
|
||||||
|
@ -36,6 +36,7 @@ BraceWrapping:
|
||||||
AfterNamespace: false
|
AfterNamespace: false
|
||||||
AfterStruct: false
|
AfterStruct: false
|
||||||
BeforeElse : true
|
BeforeElse : true
|
||||||
|
AfterCaseLabel: false
|
||||||
# Spacing
|
# Spacing
|
||||||
SpaceAfterCStyleCast: false
|
SpaceAfterCStyleCast: false
|
||||||
SpaceAfterLogicalNot: false
|
SpaceAfterLogicalNot: false
|
||||||
|
@ -65,6 +66,11 @@ SortIncludes: false # Z3 has specific include ordering conventions
|
||||||
# Namespaces
|
# Namespaces
|
||||||
NamespaceIndentation: All
|
NamespaceIndentation: All
|
||||||
|
|
||||||
|
# Switch statements
|
||||||
|
IndentCaseLabels: false
|
||||||
|
AllowShortCaseLabelsOnASingleLine: true
|
||||||
|
IndentCaseBlocks: false
|
||||||
|
|
||||||
# Comments and documentation
|
# Comments and documentation
|
||||||
ReflowComments: true
|
ReflowComments: true
|
||||||
SpacesBeforeTrailingComments: 2
|
SpacesBeforeTrailingComments: 2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue