php-cs-fixer

This commit is contained in:
2022-05-04 17:13:04 +02:00
parent 16a2c38e97
commit e7c9feac70
3 changed files with 260 additions and 167 deletions

10
.vscode/settings.json vendored
View File

@ -1,3 +1,11 @@
{
"git.ignoreLimitWarning": true
"git.ignoreLimitWarning": true,
"php-cs-fixer.executable": "tools/php-cs-fixer/vendor/bin/php-cs-fixer",
"php-cs-fixer.configFile": "tools/php-cs-fixer/.php-cs-fixer.dist.php",
"symfony-vscode.fileWatchingPatterns": [
"yml",
"yaml",
"xml"
]
}