Skip to content

Commit

Permalink
surpresses the non-context specific suggestions for php
Browse files Browse the repository at this point in the history
  • Loading branch information
ata-no-one committed Nov 12, 2024
1 parent cd80b83 commit 68f0de8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"php-cs-fixer.executablePath": "/workspaces/nextcloud-gdata-antivirus/vendor/bin/php-cs-fixer",
"php-cs-fixer.onsave": true,
"php-cs-fixer.onsave": false,
"php-cs-fixer.autoFixByBracket": true,
"php-cs-fixer.autoFixBySemicolon": true,
"[php]": {
"editor.defaultFormatter": "junstyle.php-cs-fixer"
},
"php.suggest.basic": false
}

0 comments on commit 68f0de8

Please sign in to comment.