.gitattributes 737 B

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