Add basic vscode config for go

This commit is contained in:
KemoNine 2020-08-26 01:11:07 -04:00
parent 6f1797b7bd
commit 114bb98f5b
1 changed files with 6 additions and 0 deletions

6
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,6 @@
{
"go.buildOnSave": "off",
"go.formatTool": "gofmt",
"go.lintOnSave": "file",
"go.lintTool": "staticcheck"
}