From 44bd02c8efc40f529a88761df918d106d99c9d84 Mon Sep 17 00:00:00 2001 From: Dawid Kozinski Date: Thu, 19 Sep 2024 12:56:58 +0200 Subject: [PATCH] Update .clang-format: Disable alignment across empty lines --- .clang-format | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.clang-format b/.clang-format index f7b0658..c4dcfda 100644 --- a/.clang-format +++ b/.clang-format @@ -16,12 +16,12 @@ Language: Cpp # Alignment settings AlignConsecutiveDeclarations: Enabled: true - AcrossEmptyLines: true + AcrossEmptyLines: false AcrossComments: true AlignConsecutiveAssignments: Enabled: true - AcrossEmptyLines: true + AcrossEmptyLines: false AcrossComments: true AlignConsecutiveMacros: