Update cmd and batch scripts to be crlf (#1336)
authorTanner Gooding <tagoo@outlook.com>
Tue, 7 Jan 2020 00:02:52 +0000 (16:02 -0800)
committerGitHub <noreply@github.com>
Tue, 7 Jan 2020 00:02:52 +0000 (16:02 -0800)
.gitattributes

index 4f30821..7ead819 100644 (file)
 *.in text eol=lf
 *.sh text eol=lf
 
-*.cs text=auto diff=csharp 
+# Likewise, force cmd and batch scripts to always use crlf
+*.cmd text eol=crlf
+*.bat text eol=crlf
+
+*.cs text=auto diff=csharp
 *.vb text=auto
 *.resx text=auto
 *.c text=auto