Explorar o código

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

Sam Lantinga %!s(int64=3) %!d(string=hai) anos
pai
achega
4713db1484
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .clang-format

+ 1 - 1
.clang-format

@@ -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