budibase/.vscode/settings.json

8 lines
162 B
JSON
Raw Normal View History

2020-07-11 18:15:48 +02:00
{
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll": true
},
2021-04-23 09:34:30 +02:00
"editor.defaultFormatter": "svelte.svelte-vscode"
2020-07-11 18:15:48 +02:00
}