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