Commented out syntax that causes Visual Studio 2019 to complain on every edit

This commit is contained in:
Sam Lantinga 2022-12-02 00:43:01 -08:00
parent a3d7dd2464
commit 4713db1484
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ IncludeBlocks: Preserve
# clang-format version 4.0 through 12.0:
#SortIncludes: false
# clang-format version 13.0+:
SortIncludes: Never
#SortIncludes: Never
# No length limit, in case it breaks macros, you can
# disable it with /* clang-format off/on */ comments