.gitattributes 837 B

12345678910111213141516171819202122
  1. /.* export-ignore
  2. /benchmark.sh export-ignore
  3. /box.json.dist export-ignore
  4. /dev-tools/ export-ignore
  5. /doc/ export-ignore
  6. /docker/ export-ignore
  7. /docker-compose.yaml export-ignore
  8. /docker-compose.override.yaml.dist export-ignore
  9. /Dockerfile export-ignore
  10. /phpmd.xml export-ignore
  11. /phpstan.dist.neon export-ignore
  12. /phpunit.xml.dist export-ignore
  13. /tests/ export-ignore
  14. * text=auto eol=lf
  15. *.json 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. *.php text whitespace=blank-at-eol,blank-at-eof,space-before-tab,tab-in-indent,tabwidth=4 diff=php
  18. *.rst text whitespace=blank-at-eol,blank-at-eof
  19. *.yml text whitespace=blank-at-eol,blank-at-eof,space-before-tab,tab-in-indent,tabwidth=4
  20. *.png binary eol=unset
  21. /tests/Fixtures/**/* -text -filter