.gitattributes 647 B

123456789101112131415
  1. /tests export-ignore
  2. .editorconfig export-ignore
  3. .gitattributes export-ignore
  4. .github/ export-ignore
  5. .gitignore export-ignore
  6. .travis.yml export-ignore
  7. appveyor.yml export-ignore
  8. phpunit.xml.dist export-ignore
  9. * text=auto eol=lf
  10. *.php text whitespace=blank-at-eol,blank-at-eof,space-before-tab,tab-in-indent,tabwidth=4 diff=php
  11. *.json text whitespace=blank-at-eol,blank-at-eof,space-before-tab,tab-in-indent,tabwidth=4
  12. *.yml text whitespace=blank-at-eol,blank-at-eof,space-before-tab,tab-in-indent,tabwidth=4
  13. *.md text whitespace=blank-at-eol,blank-at-eof
  14. *.rst text whitespace=blank-at-eol,blank-at-eof
  15. /tests/Fixtures/**/* -text