From 28928c64ffe1f679ea3151663f37b8d685f4de69 Mon Sep 17 00:00:00 2001 From: Quinten Date: Wed, 10 Sep 2025 18:05:24 +0200 Subject: [PATCH] Change clang-format style from Google to Microsoft --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index 2593ef5..3e5f49c 100644 --- a/.clang-format +++ b/.clang-format @@ -1 +1 @@ -BasedOnStyle: Google \ No newline at end of file +BasedOnStyle: Microsoft \ No newline at end of file