Do not force EOL for non-text files

This commit is contained in:
Samuel Denis-D'Ortun 2016-05-15 04:35:27 -04:00
parent 4e954e594d
commit 421a67abaa
1 changed files with 4 additions and 1 deletions

5
.gitattributes vendored
View File

@ -2,7 +2,10 @@
* text=auto
# Force the following filetypes to have unix eols, so Windows does not break them
*.* text eol=lf
*.txt text eol=lf
*.php text eol=lf
*.css text eol=lf
*.js text eol=lf
composer.phar text eol=input
.gitignore export-ignore