Browse Source

DX: .gitattributes - sort entries

Dariusz Rumiński 5 years ago
parent
commit
9756467991
1 changed files with 3 additions and 3 deletions
  1. 3 3
      .gitattributes

+ 3 - 3
.gitattributes

@@ -8,19 +8,19 @@
 /tests/Test/AbstractFixerWithAliasedOptionsTestCase.php export-ignore
 /tests/Test/AbstractTransformerTestCase.php export-ignore
 
-/dev-tools export-ignore
 /.* export-ignore
 /benchmark.sh export-ignore
 /box.json.dist export-ignore
 /check_trailing_spaces.sh export-ignore
+/dev-tools/ export-ignore
 /phpmd.xml export-ignore
 /phpstan.neon 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
+*.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
 /tests/Fixtures/**/* -text