From b8474a12fcbf26684f2831b4f2fc45400455eb24 Mon Sep 17 00:00:00 2001 From: Imbus <> Date: Thu, 26 Jun 2025 13:28:43 +0200 Subject: [PATCH] .clang-format: AlignConsecutiveMacros: true --- .clang-format | 1 + 1 file changed, 1 insertion(+) diff --git a/.clang-format b/.clang-format index 5ff1461..a4fbf68 100644 --- a/.clang-format +++ b/.clang-format @@ -13,3 +13,4 @@ AlignConsecutiveDeclarations: AlignCompound: false AlignFunctionPointers: false PadOperators: false +AlignConsecutiveMacros: true