From c36a22c5c8fefca9b35d61bfcf5a4b4f5dffdc00 Mon Sep 17 00:00:00 2001 From: Imbus <> Date: Wed, 1 Oct 2025 03:39:15 +0200 Subject: [PATCH] Clang-format, align function pointers --- .clang-format | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.clang-format b/.clang-format index 1edc97c..f98c612 100644 --- a/.clang-format +++ b/.clang-format @@ -8,11 +8,11 @@ AllowShortFunctionsOnASingleLine: false AlwaysBreakTemplateDeclarations: true BreakConstructorInitializers: BeforeComma AlignConsecutiveDeclarations: - Enabled: true + Enabled: true AcrossEmptyLines: false AcrossComments: false AlignCompound: false - AlignFunctionPointers: false + AlignFunctionPointers: true PadOperators: false AlignConsecutiveMacros: true AllowShortCaseLabelsOnASingleLine: true