blob: 093e9278497bf1a233bdd12bcfe74eed67530da3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
// Place your settings in this file to overwrite default and user settings.
{
// Pick 'gofmt', 'goimports' or 'goreturns' to run on format.
"go.formatTool": "gofmt",
// Words to add to dictionary for a workspace.
"cSpell.words": [
"eows",
"socketio"
]
}
|