1
0
Fork 0

enable blank-at-eof check

pull/4077/head
Rob Bast 2015-05-28 15:20:26 +02:00
parent 0c288ed39b
commit 899d9e5134
1 changed files with 3 additions and 3 deletions

6
.gitattributes vendored
View File

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