From f38e2ff94f92b8840641420f4000cdd711afe686 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Sun, 5 Oct 2025 11:58:55 +0200 Subject: [PATCH] [Clang] Improve formatter config --- config/lint/clang-format | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/lint/clang-format b/config/lint/clang-format index b3aad48..3bc639e 100644 --- a/config/lint/clang-format +++ b/config/lint/clang-format @@ -8,7 +8,7 @@ AccessModifierOffset: -2 AlignAfterOpenBracket: Align AlignArrayOfStructures: Left AlignConsecutiveAssignments: - Enabled: true + Enabled: false AcrossEmptyLines: false AcrossComments: false AlignCompound: false @@ -22,7 +22,7 @@ AlignConsecutiveBitFields: AlignFunctionPointers: false PadOperators: false AlignConsecutiveDeclarations: - Enabled: true + Enabled: false AcrossEmptyLines: false AcrossComments: false AlignCompound: false