Update .gitattributes to force eol=lf

This commit is contained in:
Uwe Tews
2018-08-30 17:36:10 +02:00
parent a1f6720318
commit 3a78a21f14

5
.gitattributes vendored
View File

@@ -1,6 +1,11 @@
# Auto detect text files and perform LF normalization
* text=auto
*.php text eol=lf
*.y text eol=lf
*.lex text eol=lf
# exclude from git export
/travis.ini export-ignore
/myconfig.ini export-ignore