From ec66d8c9c773719d50d1f3a81dfa28587a1de88a 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 | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.clang-format b/.clang-format index 05b9ad97d..5ae000da7 100644 --- a/.clang-format +++ b/.clang-format @@ -8,6 +8,7 @@ BasedOnStyle: LLVM IndentWidth: 4 TabWidth: 4 UseTab: Never +IndentCaseLabels: false @@ -39,9 +40,6 @@ BraceWrapping: AfterStruct: false BeforeElse : true AfterCaseLabel: false - - - # Spacing SpaceAfterCStyleCast: false SpaceAfterLogicalNot: false @@ -50,7 +48,6 @@ SpaceInEmptyParentheses: false SpacesInCStyleCastParentheses: false SpacesInParentheses: false SpacesInSquareBrackets: false -IndentCaseLabels: false # Alignment AlignConsecutiveAssignments: false