From 915d2796fe4a5bb470f57591ff1dc813681c6aa0 Mon Sep 17 00:00:00 2001 From: Jan De Dobbeleer Date: Tue, 2 Nov 2021 08:45:27 +0200 Subject: [PATCH] chore(vscode): adjust linter settings --- .vscode/settings.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index a6655675..c0616b25 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -11,5 +11,9 @@ "editor.codeActionsOnSave": { "source.organizeImports": true } - } + }, + "go.formatTool": "gofmt", + "go.formatFlags": [ + "-s" + ] }