.gitattributes 833 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 @ https://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. *.test text eol=lf whitespace=blank-at-eol,blank-at-eof,space-before-tab,tab-in-indent,tabwidth=4
  8. *.yml text eol=lf whitespace=blank-at-eol,blank-at-eof,space-before-tab,tab-in-indent,tabwidth=2
  9. # Exclude non-essential files from dist
  10. /tests export-ignore
  11. .github export-ignore
  12. .php_cs export-ignore
  13. .travis.yml export-ignore
  14. appveyor.yml export-ignore
  15. phpunit.xml.dist export-ignore
  16. /phpstan/ export-ignore