From 84cd6bf99e0a96780cf204f9fb4eabfae3bde190 Mon Sep 17 00:00:00 2001 From: Imbus <> Date: Wed, 5 Feb 2025 14:08:35 +0100 Subject: [PATCH] More formatting options --- .clang-format | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.clang-format b/.clang-format index c05cc00..eff0331 100644 --- a/.clang-format +++ b/.clang-format @@ -7,3 +7,6 @@ AllowShortLoopsOnASingleLine: true AlwaysBreakTemplateDeclarations: true BreakConstructorInitializers: BeforeComma AlignConsecutiveMacros: true +AlignConsecutiveAssignments: AcrossEmptyLines +AlignConsecutiveBitFields: AcrossEmptyLines +AlignConsecutiveDeclarations: AcrossEmptyLines