From f3b1f879f17db913b9aa380e2fe890d228aa2eb2 Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Wed, 12 Jun 2024 13:45:38 -0700 Subject: [PATCH] Fix .clang-format to not preserve bad format. Deriving pointer alignment essentially makes this do nothing, since for whatever reason (fighting with Studio maybe?), for new files it's deriving the wrong style. --- .clang-format | 1 + 1 file changed, 1 insertion(+) diff --git a/.clang-format b/.clang-format index f6cb8ad93..5650f22c0 100644 --- a/.clang-format +++ b/.clang-format @@ -1 +1,2 @@ BasedOnStyle: Google +DerivePointerAlignment: false