.gitattributes 519 B

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