Keep lines sorted: easier to read and maintain (#1262)

This commit is contained in:
François B 2017-12-01 11:02:33 +01:00 committed by Marcus Bointon
parent 7a4459cff6
commit b0c7223f65
1 changed files with 4 additions and 4 deletions

8
.gitattributes vendored
View File

@ -1,8 +1,5 @@
* text=auto
/docs export-ignore
/test export-ignore
/examples export-ignore
/.gitattributes export-ignore
/.github export-ignore
/.gitignore export-ignore
@ -10,8 +7,11 @@
/.php_cs export-ignore
/.scrutinizer.yml export-ignore
/.travis.yml export-ignore
/UPGRADING.md export-ignore
/changelog.md export-ignore
/composer.json export-ignore
/docs export-ignore
/examples export-ignore
/phpdoc.dist.xml export-ignore
/test export-ignore
/travis.phpunit.xml.dist export-ignore
/UPGRADING.md export-ignore