Skip to content

Commit

Permalink
Revert "Disable formatting not supported by Visual Studio 2019"
Browse files Browse the repository at this point in the history
This reverts commit 26a75ad.

It turns out Visual Studio doesn't support a lot of the formatting used here.
  • Loading branch information
slouken committed May 27, 2022
1 parent 26a75ad commit c02cd20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ AllowShortEnumsOnASingleLine: true
AllowShortBlocksOnASingleLine: Never
AllowShortCaseLabelsOnASingleLine: false
AllowShortFunctionsOnASingleLine: All
#AllowShortIfStatementsOnASingleLine: AllIfsAndElse
AllowShortIfStatementsOnASingleLine: AllIfsAndElse
AllowShortLoopsOnASingleLine: false

AlwaysBreakAfterDefinitionReturnType: All
Expand Down

0 comments on commit c02cd20

Please sign in to comment.