From eca6b8456e9f2c2b4581bacdf834cdf0fc364e85 Mon Sep 17 00:00:00 2001 From: Curve Date: Mon, 6 May 2024 23:06:46 +0200 Subject: [PATCH] chore: update clang-format --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index a56926b..97be398 100644 --- a/.clang-format +++ b/.clang-format @@ -3,7 +3,7 @@ Language: Cpp InsertNewlineAtEOF: true AccessModifierOffset: -2 AlignAfterOpenBracket: Align -AlignConsecutiveMacros: false +AlignConsecutiveMacros: true AlignConsecutiveAssignments: Enabled: true AcrossComments: false