1
0
Fork 0
mirror of synced 2024-09-18 02:08:34 +12:00
budibase/.vscode/settings.json

11 lines
264 B
JSON
Raw Normal View History

2020-07-12 04:15:48 +12:00
{
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll": true
},
2022-06-16 03:51:30 +12:00
"editor.defaultFormatter": "svelte.svelte-vscode",
"[javascript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
}
2020-07-12 04:15:48 +12:00
}