Closed
Description
Could the rustfmt support vertically align as default? At least it can be configured not to break the vertically aligned code when try to format codes include them.
Many people love it.
https://shkspr.mobi/blog/2014/11/why-i-vertically-align-my-code-and-you-should-too/
And another support is the gofmt use vertical alignment https://golang.org/doc/effective_go.html#formatting .