Skip to content

Commit

Permalink
misc: add vscode default settings
Browse files Browse the repository at this point in the history
Signed-off-by: Otto Bittner <cobittner@posteo.net>
  • Loading branch information
derpsteb committed Nov 28, 2024
1 parent e51f582 commit 920346c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
// Use gofumpt as formatter.
"gopls": {
"formatting.gofumpt": true,
"build.buildFlags": ["-tags", "e2e"]
},
// Use golangci-lint as linter. Make sure you've installed it.
"go.lintTool": "golangci-lint",
"go.lintFlags": [
"--fast"
]
}

0 comments on commit 920346c

Please sign in to comment.