From b1a34398e967e1fdd56d7d9c6c0d74d8e9b254e0 Mon Sep 17 00:00:00 2001 From: Imbus <> Date: Sat, 15 Jun 2024 16:31:06 +0200 Subject: [PATCH] Clang format --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index 403ba05..017c104 100644 --- a/.clang-format +++ b/.clang-format @@ -18,7 +18,7 @@ AlignConsecutiveBitFields: AlignFunctionPointers: false PadOperators: false AlignConsecutiveDeclarations: - Enabled: false + Enabled: true AcrossEmptyLines: false AcrossComments: false AlignCompound: false