forked from swablab/website
9 lines
190 B
JSON
9 lines
190 B
JSON
{
|
|
"[astro]": {
|
|
"editor.defaultFormatter": "astro-build.astro-vscode"
|
|
},
|
|
"editor.codeActionsOnSave": {
|
|
"source.organizeImports": "explicit"
|
|
},
|
|
"editor.formatOnSave": true
|
|
}
|