piframe-go/.vscode/settings.json

6 lines
124 B
JSON
Raw Normal View History

2020-08-26 05:11:07 +00:00
{
"go.buildOnSave": "off",
"go.formatTool": "gofmt",
"go.lintOnSave": "file",
"go.lintTool": "staticcheck"
}