13 lines
274 B
JSON
13 lines
274 B
JSON
{
|
|
"go.useLanguageServer": true,
|
|
"[go]": {
|
|
"editor.insertSpaces": true,
|
|
"editor.tabSize": 4,
|
|
"editor.indentSize": 4
|
|
},
|
|
"editor.formatOnSave": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.organizeImports": "explicit"
|
|
}
|
|
}
|