goshort/.vscode/settings.json

9 lines
142 B
JSON
Raw Permalink Normal View History

2023-08-21 18:08:41 -03:00
{
2023-08-26 11:47:46 -03:00
"editor.tabSize": 2,
"go.formatTool": "default",
"go.lintTool": "golangci-lint",
"go.lintFlags": [
"--fast"
]
2023-08-21 18:08:41 -03:00
}