From 4c69dc135c3be287fb7dec386886fe57aaaf03b8 Mon Sep 17 00:00:00 2001 From: Nikolaj Bjorner Date: Tue, 30 Sep 2025 15:42:01 -0700 Subject: [PATCH] update format Signed-off-by: Nikolaj Bjorner --- .clang-format | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.clang-format b/.clang-format index a5f22f927..f24a84b0d 100644 --- a/.clang-format +++ b/.clang-format @@ -8,6 +8,7 @@ BasedOnStyle: LLVM IndentWidth: 4 TabWidth: 4 UseTab: Never +IndentCaseLabels: false # Column width @@ -37,7 +38,7 @@ BraceWrapping: AfterStruct: false BeforeElse : true AfterCaseLabel: false -# Spacing + SpaceAfterCStyleCast: false SpaceAfterLogicalNot: false SpaceBeforeParens: ControlStatements @@ -45,7 +46,6 @@ SpaceInEmptyParentheses: false SpacesInCStyleCastParentheses: false SpacesInParentheses: false SpacesInSquareBrackets: false -IndentCaseLabels: false # Alignment AlignConsecutiveAssignments: false