Преглед на файлове

Revert "Disable formatting not supported by Visual Studio 2019"

This reverts commit 26a75add31c219f0a9368b474b8a0691b937a465.

It turns out Visual Studio doesn't support a lot of the formatting used here.
Sam Lantinga преди 2 години
родител
ревизия
c02cd20352
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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