Преглед изворни кода

Merge pull request #4076 from alcohol/force-lf-eol-for-functional-test-fixtures

apply .gitattributes much more widely
Jordi Boggiano пре 9 година
родитељ
комит
8cae147572
1 измењених фајлова са 4 додато и 1 уклоњено
  1. 4 1
      .gitattributes

+ 4 - 1
.gitattributes

@@ -1 +1,4 @@
-tests/Composer/Test/Fixtures/installer/*.test   eol=lf
+* text=auto
+*.php text diff=php
+*.json text eol=lf
+*.test text eol=lf