refactor(config): changes to autoformat go files

This commit is contained in:
2025-07-16 21:55:33 -05:00
parent 7539b1653d
commit 4ef2d90aa8
3 changed files with 187 additions and 19 deletions

11
.vscode/settings.json vendored
View File

@@ -24,5 +24,12 @@
},
"[handlebars]": {
"editor.formatOnSave": true
}
}
},
"[go]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "golang.go"
},
// Optional: Configure goimports instead of gofmt
"go.formatTool": "goimports"
}