prettier-plugin-ember-template-tag
Version:
A prettier plugin for formatting Ember template tags
15 lines (13 loc) • 392 B
JSON
{
"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"
}
}