Use gofumpt as Go formatter #20779
ilius
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
Hi, I wasn't able to get I found this post by Niklas Metje explaining an alternative way to configure "lsp": {
"gopls": {
"gofumpt": true,
"initialization_options": {
"gofumpt": true
}
}
} This worked perfectly for me. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Here is how to use gofumpt as Go formatter:
Beta Was this translation helpful? Give feedback.
All reactions