labtime/.vscode/settings.json

9 lines
148 B
JSON
Raw Normal View History

2024-08-24 02:50:45 +02:00
{
2024-09-23 03:14:17 +02:00
"go.lintTool": "golangci-lint",
"go.lintFlags": ["--fast"],
"go.useLanguageServer": true,
"gopls": {
"formatting.gofumpt": true
}
2024-08-24 02:50:45 +02:00
}