1234567891011121314151617181920212223 |
- /.* export-ignore
- /benchmark.sh export-ignore
- /box.json.dist export-ignore
- /dev-tools/ export-ignore
- /doc/ export-ignore
- /docker/ export-ignore
- /compose.override.dist.yaml export-ignore
- /compose.yaml export-ignore
- /Dockerfile export-ignore
- /infection.json5.dist export-ignore
- /phpstan.dist.neon export-ignore
- /phpunit.xml.dist export-ignore
- /src/Fixer/Internal/ export-ignore
- /tests/ export-ignore
- * text=auto eol=lf
- *.json text whitespace=blank-at-eol,blank-at-eof,space-before-tab,tab-in-indent,tabwidth=4
- *.md text whitespace=blank-at-eol,blank-at-eof
- *.php text whitespace=blank-at-eol,blank-at-eof,space-before-tab,tab-in-indent,tabwidth=4 diff=php
- *.rst text whitespace=blank-at-eol,blank-at-eof
- *.yml text whitespace=blank-at-eol,blank-at-eof,space-before-tab,tab-in-indent,tabwidth=4
- *.png binary eol=unset
- /tests/Fixtures/**/* -text -filter
|