add gofumpt to workspace settings

This commit is contained in:
Jesse Duffield 2023-09-30 19:46:03 +10:00
parent 0dda8b58d1
commit 877c27722f

5
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,5 @@
{
"gopls": {
"formatting.gofumpt": true,
},
}