9 lines
No EOL
172 B
JSON
9 lines
No EOL
172 B
JSON
{
|
|
"editor.codeActionsOnSave": {
|
|
"source.organizeImports": "explicit"
|
|
},
|
|
"editor.formatOnSave": true,
|
|
"[vue]": {
|
|
"editor.defaultFormatter": "Vue.volar"
|
|
}
|
|
} |