Go is in a good position, yeah. JavaScript has prettier, which is nice. Java has google-java-format. Python has ruff, which is quite good. Kotlin has ktfmt, 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.
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.