From 728af5cf99157260a45d97fe4d98051fa2919c77 Mon Sep 17 00:00:00 2001 From: Sara Date: Sun, 18 Aug 2024 17:40:00 +0200 Subject: [PATCH] chore(tool): updated clang-format to always use spaces --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index 1df6c35..758167c 100644 --- a/.clang-format +++ b/.clang-format @@ -172,7 +172,7 @@ SpacesInLineCommentPrefix: # - QT_REQUIRE_VERSION TabWidth: 4 # UseCRLF: false -UseTab: Always +UseTab: Never # WhitespaceSensitiveMacros: # - STRINGIZE # - PP_STRINGIZE