Pārlūkot izejas kodu

Disable formatting not supported by Visual Studio 2019

Sam Lantinga 4 gadi atpakaļ
vecāks
revīzija
26a75add31
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      .clang-format

+ 1 - 1
.clang-format

@@ -13,7 +13,7 @@ AllowShortEnumsOnASingleLine: true
 AllowShortBlocksOnASingleLine: Never
 AllowShortCaseLabelsOnASingleLine: false
 AllowShortFunctionsOnASingleLine: All
-AllowShortIfStatementsOnASingleLine: AllIfsAndElse
+#AllowShortIfStatementsOnASingleLine: AllIfsAndElse
 AllowShortLoopsOnASingleLine: false
 
 AlwaysBreakAfterDefinitionReturnType: All