portainer/.vscode.example/settings.json

5 lines
90 B
JSON

{
"go.lintTool": "golangci-lint",
"go.lintFlags": ["--fast", "-E", "exportloopref"]
}