You must log in or register to comment.
gofumpt
andgofmt
are the best. One of the reasons if I have a choice I’ll code in go. I heard rumblings that rust was working towards having rustfmt be a standard crate.Go is in a good position, yeah. JavaScript has
prettier
, which is nice. Java hasgoogle-java-format
. Python hasruff
, which is quite good. Kotlin hasktfmt
, which I believe made a mistake with their standards by not following the standard formatting guidelines for the language, but whatever. Uniform and deterministic for the win.