diff --git a/.formatter.yml b/.formatter.yml new file mode 100644 index 0000000..36d3ec5 --- /dev/null +++ b/.formatter.yml @@ -0,0 +1,7 @@ +use-sort: + group: + - _main + - Mmoreram + group-type: each + sort-type: alph + sort-direction: asc \ No newline at end of file diff --git a/composer.json b/composer.json index 8ea13e6..e29cedf 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,8 @@ "symfony/finder": ">=2.1" }, "require-dev": { - "phpunit/phpunit": ">=3.7" + "phpunit/phpunit": ">=3.7", + "mmoreram/php-formatter": "~1.0" }, "target-dir": "Mmoreram/GearmanBundle", "autoload": {