.gitattributes 806 B

123456789101112131415161718192021
  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. /phpmd.xml export-ignore
  10. /phpstan.neon export-ignore
  11. /phpunit.xml.dist export-ignore
  12. /tests/ export-ignore
  13. * text=auto eol=lf
  14. *.json 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. *.php text whitespace=blank-at-eol,blank-at-eof,space-before-tab,tab-in-indent,tabwidth=4 diff=php
  17. *.rst text whitespace=blank-at-eol,blank-at-eof
  18. *.yml text whitespace=blank-at-eol,blank-at-eof,space-before-tab,tab-in-indent,tabwidth=4
  19. *.png binary eol=unset
  20. /tests/Fixtures/**/* -text -filter