micro-editor / go-plugin

Auto gofmt/goimports and gorename
43 stars 5 forks source link

Use gofumpt instead of goimports #11

Open Jacalz opened 2 years ago

Jacalz commented 2 years ago

I have been using https://github.com/mvdan/gofumpt recently and I think it is doing a great job with the formatting of code. I would suggest switching to using that instead.

bjoerndemeyer commented 2 years ago

Gofumpt is not go fmt but a particular style. It is not usable for all Go projects. But perhaps the go formatter should be made configurable.