From 172ccbdeb9e054bdc05d15e0c97589ceb564868e Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Tue, 28 Oct 2025 17:13:57 +0000 Subject: [PATCH] chore(settings): add default formatter for Go language in settings --- settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/settings.json b/settings.json index d4e6da6..0776974 100644 --- a/settings.json +++ b/settings.json @@ -526,7 +526,8 @@ // - https://marketplace.visualstudio.com/items?itemName=gofenix.go-lines // "[go]": { - "editor.tabSize": 4 + "editor.tabSize": 4, + "editor.defaultFormatter": "golang.go" }, "go-lines.lineLength": 120, "go.coverageDecorator": {