.gitattributes 869 B

1234567891011121314151617181920212223
  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. /compose.override.dist.yaml export-ignore
  8. /compose.yaml export-ignore
  9. /Dockerfile export-ignore
  10. /infection.json5.dist export-ignore
  11. /phpstan.dist.neon export-ignore
  12. /phpunit.xml.dist export-ignore
  13. /src/Fixer/Internal/ export-ignore
  14. /tests/ export-ignore
  15. * text=auto eol=lf
  16. *.json text whitespace=blank-at-eol,blank-at-eof,space-before-tab,tab-in-indent,tabwidth=4
  17. *.md text whitespace=blank-at-eol,blank-at-eof
  18. *.php text whitespace=blank-at-eol,blank-at-eof,space-before-tab,tab-in-indent,tabwidth=4 diff=php
  19. *.rst text whitespace=blank-at-eol,blank-at-eof
  20. *.yml text whitespace=blank-at-eol,blank-at-eof,space-before-tab,tab-in-indent,tabwidth=4
  21. *.png binary eol=unset
  22. /tests/Fixtures/**/* -text -filter