lmlfc-bttv/.vscode/settings.json

15 lines
368 B
JSON
Raw Normal View History

2023-12-28 13:55:42 +00:00
{
"editor.formatOnSave": true,
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit"
},
"git.closeDiffOnOperation": true,
"editor.tabSize": 2,
"prettier.trailingComma": "all",
}