{ "php.suggest.basic": false, "[php]": { "editor.formatOnSave": true, "editor.defaultFormatter": "junstyle.php-cs-fixer", }, "php-cs-fixer.executablePath": "${workspaceRoot}/vendor/bin/php-cs-fixer", "php-cs-fixer.executablePathWindows": "php-cs-fixer.bat", "php-cs-fixer.onsave": true, "php-cs-fixer.rules": "@PSR2", "php-cs-fixer.config": ".php-cs-fixer.php;.php-cs-fixer.dist.php", "php-cs-fixer.allowRisky": false, "php-cs-fixer.pathMode": "override", "php-cs-fixer.exclude": [], "php-cs-fixer.autoFixByBracket": true, "php-cs-fixer.autoFixBySemicolon": false, "php-cs-fixer.formatHtml": true, "php-cs-fixer.documentFormattingProvider": true, }