Use gofumpt as Go formatter #20779
ilius
started this conversation in
Show and tell
Replies: 1 comment
-
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.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Here is how to use gofumpt as Go formatter:
Beta Was this translation helpful? Give feedback.
All reactions