13 lines
234 B
JSON
13 lines
234 B
JSON
{
|
|
"editor.defaultFormatter": "golang.go",
|
|
"files.exclude": {
|
|
"*.swp": true
|
|
},
|
|
|
|
"[go]": {
|
|
"editor.formatOnSave": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.organizeImports": "explicit"
|
|
}
|
|
}
|
|
} |