Skip to content

Commit

Permalink
vscode: add setttings
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Meyer <[email protected]>
  • Loading branch information
katexochen committed Jan 15, 2024
1 parent d8c5167 commit 9014099
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"files.trimTrailingWhitespace": true,
"files.trimFinalNewlines": true,
"files.insertFinalNewline": true,
"gopls": {
"formatting.gofumpt": true,
},
"go.lintTool": "golangci-lint",
"go.lintFlags": [
"--fast",
],
"go.testFlags": [
"-race"
],
}

0 comments on commit 9014099

Please sign in to comment.