forked from PHP-CS-Fixer/PHP-CS-Fixer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
32 lines (30 loc) · 1.31 KB
/
.gitattributes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# @TODO 3.0 replace following `tests/... export-ignore` with single `tests/ export-ignore`
tests/**/*Test.php export-ignore
tests/AbstractDoctrineAnnotationFixerTestCase.php export-ignore
tests/Differ/AbstractDifferTestCase.php export-ignore
tests/Fixtures/ export-ignore
tests/Linter/AbstractLinterTestCase.php export-ignore
tests/Report/AbstractReporterTestCase.php export-ignore
tests/Test/AbstractFixerWithAliasedOptionsTestCase.php export-ignore
tests/Test/AbstractTransformerTestCase.php export-ignore
.appveyor.yml export-ignore
.circleci/ export-ignore
.composer-require-checker.json export-ignore
.editorconfig export-ignore
.gitattributes export-ignore
.github/ export-ignore
.gitignore export-ignore
.travis.yml export-ignore
benchmark.sh export-ignore
box.json export-ignore
check_trailing_spaces.sh export-ignore
dev-tools/ export-ignore
phpmd.xml export-ignore
phpunit.xml.dist export-ignore
* text=auto eol=lf
*.php text whitespace=blank-at-eol,blank-at-eof,space-before-tab,tab-in-indent,tabwidth=4 diff=php
*.json text whitespace=blank-at-eol,blank-at-eof,space-before-tab,tab-in-indent,tabwidth=4
*.yml 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
*.rst text whitespace=blank-at-eol,blank-at-eof
tests/Fixtures/**/* -text