.gitattributes 806 B

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