From 2bedba53d33727e3820aed91d39656761f840206 Mon Sep 17 00:00:00 2001 From: wheremyfoodat <44909372+wheremyfoodat@users.noreply.github.com> Date: Mon, 29 Sep 2025 18:15:55 +0300 Subject: [PATCH] Update .clang-format --- .clang-format | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.clang-format b/.clang-format index dc371319..6132c751 100644 --- a/.clang-format +++ b/.clang-format @@ -12,3 +12,5 @@ AllowShortIfStatementsOnASingleLine: true Cpp11BracedListStyle: true PackConstructorInitializers: BinPack AlignAfterOpenBracket: BlockIndent +DerivePointerAlignment: false +PointerAlignment: Left