瀏覽代碼

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

Sam Lantinga 3 年之前
父節點
當前提交
4713db1484
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .clang-format

+ 1 - 1
.clang-format

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