Force git to use LF line endings for PHP files

This commit is contained in:
Raphaël Doursenaud
2013-06-04 12:32:36 +02:00
parent 6856ca3993
commit 39e467afbc

2
.gitattributes vendored
View File

@@ -3,7 +3,7 @@
# Explicitly declare text files we want to always be normalized and converted
# to native line endings on checkout.
*.php text
*.php text eol=lf
*.sql text
*.htm text
*.html text