Просмотр исходного кода

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

apply .gitattributes much more widely
Jordi Boggiano 9 лет назад
Родитель
Сommit
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