Bläddra i källkod

Force git to use LF line endings for PHP files

Raphaël Doursenaud 12 år sedan
förälder
incheckning
39e467afbc
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      .gitattributes

+ 1 - 1
.gitattributes

@@ -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