From c6a8884c146627e497e504d8ca89ea7289e8c19d Mon Sep 17 00:00:00 2001 From: souldbminersmwc Date: Thu, 4 Jun 2026 19:34:58 -0400 Subject: [PATCH] Update .clang-format --- .clang-format | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.clang-format b/.clang-format index e53eca26..1e1d0abe 100644 --- a/.clang-format +++ b/.clang-format @@ -38,8 +38,8 @@ AllowShortBlocksOnASingleLine: Always # to always be on separate lines, following K&R convention AllowShortFunctionsOnASingleLine: None -IndentCaseLabels: false -SpaceAfterCStyleCast: true +IndentCaseLabels: true +SpaceAfterCStyleCast: false ColumnLimit: 150 MaxEmptyLinesToKeep: 1 Cpp11BracedListStyle: false