浏览代码

enable blank-at-eof check

Rob Bast 9 年之前
父节点
当前提交
899d9e5134
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      .gitattributes

+ 3 - 3
.gitattributes

@@ -3,6 +3,6 @@
 
 # These files are always considered text and should use LF.
 # See core.whitespace @ http://git-scm.com/docs/git-config for whitespace flags.
-*.php   text eol=lf whitespace=blank-at-eol,-blank-at-eof,space-before-tab,tab-in-indent,tabwidth=4 diff=php
-*.json  text eol=lf whitespace=blank-at-eol,-blank-at-eof,space-before-tab,tab-in-indent,tabwidth=4
-*.test  text eol=lf whitespace=blank-at-eol,-blank-at-eof,space-before-tab,tab-in-indent,tabwidth=4
+*.php   text eol=lf whitespace=blank-at-eol,blank-at-eof,space-before-tab,tab-in-indent,tabwidth=4 diff=php
+*.json  text eol=lf whitespace=blank-at-eol,blank-at-eof,space-before-tab,tab-in-indent,tabwidth=4
+*.test  text eol=lf whitespace=blank-at-eol,blank-at-eof,space-before-tab,tab-in-indent,tabwidth=4