Browse Source

Force git to use LF line endings for PHP files

Raphaël Doursenaud 12 năm trước cách đây
mục cha
commit
39e467afbc
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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