add .gitattributes to force all line endings to LF

- this improves the windows development experience when moving between cygwin, WSL, and native tools
 - cmd and bat files are left alone (we don't currently have any)
This commit is contained in:
Daniel Agar
2019-08-18 14:13:26 -04:00
committed by GitHub
parent 646519fa0d
commit f9f2afd856

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