From 26a75add31c219f0a9368b474b8a0691b937a465 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Fri, 27 May 2022 15:15:14 -0700 Subject: [PATCH] Disable formatting not supported by Visual Studio 2019 --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index 01d4945e7..c7eb0a3ff 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