forked from PHP-CS-Fixer/PHP-CS-Fixer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
23 lines (22 loc) · 869 Bytes
/
.gitattributes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/.* 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