Enable formatting via gofumpt

This commit is contained in:
2022-02-19 21:53:13 +00:00
parent 052a2628ab
commit 1a19d3a197

View File

@ -2,5 +2,8 @@
"files.exclude": {
"**/node_modules": true,
"**/vendor": true
},
"gopls": {
"formatting.gofumpt": true,
}
}