I think we're going to have to disagree there, then - yes that oneliner might reduce your LOC count and help you win at code golf, but it doesn't actually make things more readable and certainly isn't worth breaking from the rest of the community.
The ecosystem-wide consistency of go fmt is its biggest strength. Adding switches to disable features would eliminate that.
It has no switches to disable features.
It destroys many nice single-line constructs, e.g.
Much of my code would be painful to read without that one.On the bright side, it artificially inflates your line count, so you appear more productive!