1
0
Fork 0
mirror of synced 2024-07-01 20:41:03 +12:00
budibase/.vscode/settings.json

8 lines
162 B
JSON
Raw Normal View History

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