Description
A stricter Go code formatter that builds on gofmt-style formatting and applies additional rules for consistency. Developers use it to make Go codebases more uniform and reduce style debates in review.
Install it if your project requires gofumpt or you want stricter Go formatting locally. It rewrites source formatting, so review changes before committing them.