.gitattributes 624 B

1234567891011121314
  1. /tests export-ignore
  2. .editorconfig export-ignore
  3. .gitattributes export-ignore
  4. .gitignore export-ignore
  5. .travis.yml export-ignore
  6. appveyor.yml export-ignore
  7. phpunit.xml.dist export-ignore
  8. * text=auto eol=lf
  9. *.php text whitespace=blank-at-eol,blank-at-eof,space-before-tab,tab-in-indent,tabwidth=4 diff=php
  10. *.json text whitespace=blank-at-eol,blank-at-eof,space-before-tab,tab-in-indent,tabwidth=4
  11. *.yml text whitespace=blank-at-eol,blank-at-eof,space-before-tab,tab-in-indent,tabwidth=4
  12. *.md text whitespace=blank-at-eol,blank-at-eof
  13. *.rst text whitespace=blank-at-eol,blank-at-eof
  14. /tests/Fixtures/**/* -text