.gitattributes 731 B

123456789101112131415161718
  1. # Auto-detect text files, ensure they use LF.
  2. * text=auto eol=lf
  3. # These files are always considered text and should use LF.
  4. # See core.whitespace @ http://git-scm.com/docs/git-config for whitespace flags.
  5. *.php text eol=lf whitespace=blank-at-eol,blank-at-eof,space-before-tab,tab-in-indent,tabwidth=4 diff=php
  6. *.json text eol=lf whitespace=blank-at-eol,blank-at-eof,space-before-tab,tab-in-indent,tabwidth=4
  7. # Ignore these files in GitHub dists and `git archive` actions.
  8. /.gitattributes export-ignore
  9. /.github export-ignore
  10. /.gitignore export-ignore
  11. /.travis.yml export-ignore
  12. /.php_cs export-ignore
  13. /phpstan.neon.dist export-ignore
  14. /phpunit.xml.dist export-ignore
  15. /tests export-ignore
  16. /CONTRIBUTING.md export-ignore