mirror of
https://github.com/jimeh/.vscode.d.git
synced 2026-02-19 11:26:39 +00:00
chore(settings): add default formatter for Go language in settings
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user