Closed Daespinosag closed 1 year ago
+1
I know it is a bit late. Anyhow: I use this in VSCode:
"emeraldwalk.runonsave": {
"commands": [
{
"match": "\\.php$",
"isAsync": false,
"cmd": "php src/artisan fixer:fix -- ${file}"
}
]
},
Run on save as @mxsxs2 notes is the way to do it.
php-cs-fixer
invs-code
so that it formats with the configurations ofLaravel-PHP-CS-Fixer
where a file is saved?