Skip to content

Commit

Permalink
chore: add default settings for dev
Browse files Browse the repository at this point in the history
  • Loading branch information
srinandan committed Oct 31, 2023
1 parent 0ccd586 commit ce6de95
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,13 @@
},
"go.useLanguageServer": true,
"go.lintTool": "golangci-lint",
"go.buildOnSave": "off",
"go.lintOnSave": "on",
"go.vetOnSave": "on",
"go.lintOnSave": "workspace",
"go.vetOnSave": "workspace",
"[go]": {
"editor.insertSpaces": true,
"editor.formatOnSave": true,
"editor.defaultFormatter": "golang.go"
},
// YAML Config
"[yaml]": {
"editor.formatOnSave": true
Expand Down

0 comments on commit ce6de95

Please sign in to comment.