.gitattributes 1.2 KB

1234567891011121314151617181920212223242526
  1. # @TODO 3.0 replace following `tests/... export-ignore` 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/AbstractFixerWithAliasedOptionsTestCase.php export-ignore
  9. /tests/Test/AbstractTransformerTestCase.php export-ignore
  10. /.* export-ignore
  11. /benchmark.sh export-ignore
  12. /box.json.dist export-ignore
  13. /check_trailing_spaces.sh export-ignore
  14. /dev-tools/ export-ignore
  15. /phpmd.xml export-ignore
  16. /phpstan.neon export-ignore
  17. /phpunit.xml.dist export-ignore
  18. * text=auto eol=lf
  19. *.json text whitespace=blank-at-eol,blank-at-eof,space-before-tab,tab-in-indent,tabwidth=4
  20. *.md text whitespace=blank-at-eol,blank-at-eof
  21. *.php text whitespace=blank-at-eol,blank-at-eof,space-before-tab,tab-in-indent,tabwidth=4 diff=php
  22. *.rst text whitespace=blank-at-eol,blank-at-eof
  23. *.yml text whitespace=blank-at-eol,blank-at-eof,space-before-tab,tab-in-indent,tabwidth=4
  24. /tests/Fixtures/**/* -text