Add .gitattributes to avoid line ending issues

This commit is contained in:
Chuck Lantz
2019-05-03 15:47:19 -07:00
parent 841a81453f
commit d1b69256df

3
.gitattributes vendored Normal file
View File

@@ -0,0 +1,3 @@
* text=auto eol=lf
*.{cmd,[cC][mM][dD]} text eol=crlf
*.{bat,[bB][aA][tT]} text eol=crlf