From 2e6820f9b0d172476650012e3598249bb39cbb60 Mon Sep 17 00:00:00 2001 From: TellowKrinkle Date: Thu, 12 Jun 2025 23:07:23 -0500 Subject: [PATCH] Formatting: Set UseTab to AlignWithSpaces Should make things look nicer on GitHub --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index 892b6acfab..7962767c8a 100644 --- a/.clang-format +++ b/.clang-format @@ -86,5 +86,5 @@ SpacesInParentheses: false SpacesInSquareBrackets: false Standard: Cpp11 TabWidth: 4 -UseTab: ForContinuationAndIndentation +UseTab: AlignWithSpaces ...