mirror of
https://github.com/encounter/SDL.git
synced 2025-12-08 21:17:45 +00:00
Revert "Disable formatting not supported by Visual Studio 2019"
This reverts commit 26a75add31.
It turns out Visual Studio doesn't support a lot of the formatting used here.
This commit is contained in:
@@ -13,7 +13,7 @@ AllowShortEnumsOnASingleLine: true
|
||||
AllowShortBlocksOnASingleLine: Never
|
||||
AllowShortCaseLabelsOnASingleLine: false
|
||||
AllowShortFunctionsOnASingleLine: All
|
||||
#AllowShortIfStatementsOnASingleLine: AllIfsAndElse
|
||||
AllowShortIfStatementsOnASingleLine: AllIfsAndElse
|
||||
AllowShortLoopsOnASingleLine: false
|
||||
|
||||
AlwaysBreakAfterDefinitionReturnType: All
|
||||
|
||||
Reference in New Issue
Block a user