浏览代码

apply .gitattributes much more widely

Rob Bast 10 年之前
父节点
当前提交
bbef618d08
共有 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