From eb0800c7422926d625d77957e2c16c5942a5921e Mon Sep 17 00:00:00 2001 From: Imbus <> Date: Thu, 26 Jun 2025 05:55:59 +0200 Subject: [PATCH] Clang format alignment --- .clang-format | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.clang-format b/.clang-format index 41e7b1a..5ff1461 100644 --- a/.clang-format +++ b/.clang-format @@ -6,3 +6,10 @@ ColumnLimit: 80 # Wrap lines after 80 characters AllowShortLoopsOnASingleLine: true AlwaysBreakTemplateDeclarations: true BreakConstructorInitializers: BeforeComma +AlignConsecutiveDeclarations: + Enabled: true + AcrossEmptyLines: false + AcrossComments: false + AlignCompound: false + AlignFunctionPointers: false + PadOperators: false