Keep lines sorted: easier to read and maintain (#1262)
This commit is contained in:
parent
7a4459cff6
commit
b0c7223f65
|
|
@ -1,8 +1,5 @@
|
||||||
* text=auto
|
* text=auto
|
||||||
|
|
||||||
/docs export-ignore
|
|
||||||
/test export-ignore
|
|
||||||
/examples export-ignore
|
|
||||||
/.gitattributes export-ignore
|
/.gitattributes export-ignore
|
||||||
/.github export-ignore
|
/.github export-ignore
|
||||||
/.gitignore export-ignore
|
/.gitignore export-ignore
|
||||||
|
|
@ -10,8 +7,11 @@
|
||||||
/.php_cs export-ignore
|
/.php_cs export-ignore
|
||||||
/.scrutinizer.yml export-ignore
|
/.scrutinizer.yml export-ignore
|
||||||
/.travis.yml export-ignore
|
/.travis.yml export-ignore
|
||||||
/UPGRADING.md export-ignore
|
|
||||||
/changelog.md export-ignore
|
/changelog.md export-ignore
|
||||||
/composer.json export-ignore
|
/composer.json export-ignore
|
||||||
|
/docs export-ignore
|
||||||
|
/examples export-ignore
|
||||||
/phpdoc.dist.xml export-ignore
|
/phpdoc.dist.xml export-ignore
|
||||||
|
/test export-ignore
|
||||||
/travis.phpunit.xml.dist export-ignore
|
/travis.phpunit.xml.dist export-ignore
|
||||||
|
/UPGRADING.md export-ignore
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue