浏览代码

Preserve CRLF line terminators for MSVS project template

Rémi Verschelde 2 月之前
父节点
当前提交
06b8d05eda
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .gitattributes

+ 1 - 1
.gitattributes

@@ -9,7 +9,7 @@ thirdparty/* linguist-vendored
 *.bat eol=crlf
 *.sln eol=crlf
 *.csproj eol=crlf
-misc/msvs/*.template eol=crlf
+misc/msvs/* eol=crlf
 # And some test files where the EOL matters
 *.test.txt -text