2020-07-11 18:15:48 +02:00
|
|
|
{
|
|
|
|
"editor.formatOnSave": true,
|
|
|
|
"editor.codeActionsOnSave": {
|
|
|
|
"source.fixAll": true
|
|
|
|
},
|
2022-06-15 17:51:30 +02:00
|
|
|
"editor.defaultFormatter": "svelte.svelte-vscode",
|
|
|
|
"[javascript]": {
|
|
|
|
"editor.defaultFormatter": "vscode.typescript-language-features"
|
|
|
|
}
|
2020-07-11 18:15:48 +02:00
|
|
|
}
|