Skip to content

Commit

Permalink
update vscode settings as described https://golangci-lint.run/welcome…
Browse files Browse the repository at this point in the history
…/integrations/

tested in vscode
  • Loading branch information
denik committed Dec 4, 2024
1 parent a3c6b5e commit 5479cf2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"editor.insertSpaces": false,
"editor.formatOnSave": true
},
"go.lintTool": "golangci-lint",
"go.lintFlags": [
"--fast"
],
"files.trimTrailingWhitespace": true,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
Expand Down

0 comments on commit 5479cf2

Please sign in to comment.