Commit 26a75add31c219f0a9368b474b8a0691b937a465

Sam Lantinga 2022-05-27T15:15:14

Disable formatting not supported by Visual Studio 2019

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/.clang-format b/.clang-format
index 01d4945..c7eb0a3 100644
--- a/.clang-format
+++ b/.clang-format
@@ -13,7 +13,7 @@ AllowShortEnumsOnASingleLine: true
 AllowShortBlocksOnASingleLine: Never
 AllowShortCaseLabelsOnASingleLine: false
 AllowShortFunctionsOnASingleLine: All
-AllowShortIfStatementsOnASingleLine: AllIfsAndElse
+#AllowShortIfStatementsOnASingleLine: AllIfsAndElse
 AllowShortLoopsOnASingleLine: false
 
 AlwaysBreakAfterDefinitionReturnType: All