mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 15:16:30 +03:00
11 lines
191 B
JSON
11 lines
191 B
JSON
{
|
|
"aliases": ["cs-fixer", "php-cs-fixer"],
|
|
"copy-from-recipe": {
|
|
".php_cs.dist": ".php_cs.dist"
|
|
},
|
|
"gitignore": [
|
|
"/.php_cs",
|
|
"/.php_cs.cache"
|
|
]
|
|
}
|