Skip to content

Commit

Permalink
Added vscode extension for phpcbf command
Browse files Browse the repository at this point in the history
  • Loading branch information
foxfabi committed Oct 4, 2021
1 parent e2f85f9 commit 8d2fbbd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
"php.executablePath": "/usr/local/bin/php",
"php.validate.executablePath": "/usr/local/bin/php",
"phpcs.executablePath": "/usr/local/bin/phpcs",
"phpcbf.enable": true,
"phpcbf.executablePath": "/usr/local/bin/phpcbf",
"phpcbf.documentFormattingProvider": true,
"phpcbf.onsave": true,
"files.eol": "\n",
"telemetry.enableTelemetry": false,
"telemetry.enableCrashReporter": false,
Expand All @@ -26,6 +30,7 @@
"extensions": [
"felixfbecker.php-debug",
"ikappas.phpcs",
"persoderlind.vscode-phpcbf",
"neilbrayfield.php-docblocker",
"usernamehw.errorlens",
"pomber.git-file-history",
Expand Down

0 comments on commit 8d2fbbd

Please sign in to comment.