Create .gitattributes

This commit is contained in:
uparrows 2020-10-03 15:19:37 +08:00 committed by GitHub
parent f241d165f5
commit 77e00bf185
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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