.gitattributes 1.2 KB

123456789101112131415161718192021222324252627
  1. # @TODO 3.0 replace following `tests/... exportignore` with single `tests/ export-ignore`
  2. tests/**/*Test.php export-ignore
  3. tests/AbstractDoctrineAnnotationFixerTestCase.php export-ignore
  4. tests/Differ/AbstractDifferTestCase.php export-ignore
  5. tests/Fixtures/ export-ignore
  6. tests/Linter/AbstractLinterTestCase.php export-ignore
  7. tests/Report/AbstractReporterTestCase.php export-ignore
  8. tests/Test/AbstractTransformerTestCase.php export-ignore
  9. .appveyor.yml export-ignore
  10. .composer-require-checker.json export-ignore
  11. .editorconfig export-ignore
  12. .gitattributes export-ignore
  13. .github/ export-ignore
  14. .gitignore export-ignore
  15. .travis.yml export-ignore
  16. benchmark.sh export-ignore
  17. box.json export-ignore
  18. check_trailing_spaces.sh export-ignore
  19. phpunit.xml.dist export-ignore
  20. * text=auto eol=lf
  21. *.php text whitespace=blank-at-eol,blank-at-eof,space-before-tab,tab-in-indent,tabwidth=4 diff=php
  22. *.json text whitespace=blank-at-eol,blank-at-eof,space-before-tab,tab-in-indent,tabwidth=4
  23. *.yml text whitespace=blank-at-eol,blank-at-eof,space-before-tab,tab-in-indent,tabwidth=4
  24. *.md text whitespace=blank-at-eol,blank-at-eof
  25. *.rst text whitespace=blank-at-eol,blank-at-eof
  26. tests/Fixtures/**/* -text