6 ms·
Prettier was inspired by gofmt. But I really wish gofmt gets inspired by prettier and automatically breaks long (80+ columns) lines into smaller lines (For exa
by psankar 3y ago
Prettier was inspired by gofmt.
But I really wish gofmt gets inspired by prettier and automatically breaks long (80+ columns) lines into smaller lines (For example, move parameters of a long function each into their row).
- skowalak 3y agoIt is not in the stdlib, but you can use golines for that. https://pkg.go.dev/github.com/wrype/golines https://pkg.go.dev/github.com/wrype/golines