15 lines
268 B
JSON
15 lines
268 B
JSON
{
|
|
"go.formatTool": "default",
|
|
"[json]": {
|
|
"editor.formatOnSave": true,
|
|
},
|
|
"[jsonc]": {
|
|
"editor.formatOnSave": true,
|
|
},
|
|
"[go]": {
|
|
"editor.formatOnSave": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.organizeImports": "always"
|
|
}
|
|
}
|
|
} |