add .gitattributes to force *.txt files to use eol=lf at checkout

This commit is contained in:
camilojc
2017-08-08 23:10:23 +01:00
parent c98642c2f7
commit 4ff91f3583

1
.gitattributes vendored Normal file
View File

@@ -0,0 +1 @@
*.txt text eol=lf