Do not force EOL for non-text files
parent
4e954e594d
commit
421a67abaa
|
@ -2,7 +2,10 @@
|
||||||
* text=auto
|
* text=auto
|
||||||
|
|
||||||
# Force the following filetypes to have unix eols, so Windows does not break them
|
# 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
|
composer.phar text eol=input
|
||||||
|
|
||||||
.gitignore export-ignore
|
.gitignore export-ignore
|
||||||
|
|
Loading…
Reference in New Issue