Procházet zdrojové kódy

Preserve CRLF line terminators for MSVS project template

Rémi Verschelde před 2 měsíci
rodič
revize
06b8d05eda
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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