.gitattributes 1.3 KB

12345678910111213141516171819202122232425262728293031
  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. .appveyor.yml export-ignore
  11. .circleci/ export-ignore
  12. .composer-require-checker.json export-ignore
  13. .editorconfig export-ignore
  14. .gitattributes export-ignore
  15. .github/ export-ignore
  16. .gitignore export-ignore
  17. .travis.yml export-ignore
  18. benchmark.sh export-ignore
  19. box.json export-ignore
  20. check_trailing_spaces.sh export-ignore
  21. phpmd.xml export-ignore
  22. phpunit.xml.dist export-ignore
  23. * text=auto eol=lf
  24. *.php text whitespace=blank-at-eol,blank-at-eof,space-before-tab,tab-in-indent,tabwidth=4 diff=php
  25. *.json text whitespace=blank-at-eol,blank-at-eof,space-before-tab,tab-in-indent,tabwidth=4
  26. *.yml text whitespace=blank-at-eol,blank-at-eof,space-before-tab,tab-in-indent,tabwidth=4
  27. *.md text whitespace=blank-at-eol,blank-at-eof
  28. *.rst text whitespace=blank-at-eol,blank-at-eof
  29. tests/Fixtures/**/* -text