formatter
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Mathieu 2024-01-12 12:26:11 +00:00
parent 037ed54ed9
commit 023e55c1bf
3 changed files with 9 additions and 6 deletions

View File

@ -5,4 +5,7 @@
"php.validate.executablePath": "/usr/local/bin/php",
"php.validate.enable": true,
"php.validate.run": "onType",
"[php]": {
"editor.defaultFormatter": "bmewburn.vscode-intelephense-client"
}
}