.gitattributes 697 B

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