UNPKG

prettier-plugin-ember-template-tag

Version:
15 lines (13 loc) 392 B
{ "explorer.excludeGitIgnore": true, "npm.packageManager": "pnpm", "editor.formatOnSave": true, "[javascript]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, // Turn off this formatter so Prettier will be the only formatter and the user won't have to pick. "javascript.format.enable": false, "editor.codeActionsOnSave": { "source.fixAll": "explicit" } }