After using Elm and the elm-format package in Emacs for the last few weeks I can say that not having to format the source and just letting your editor do it for you on save or via a command is so very nice. This is a trend that I feel is going to catch on across any language that can support it. It makes trivial decisions and arguments about formatting a thing of the past.
> This is a trend that I feel is going to catch on This has been pretty standard practice in the boring ol' enterprise for at least 10 or 15 years. Java has Checkstyle, with format-on-save support for IntelliJ, Eclipse, and NetBeans at the very least. Visual Studio supports this for all of the .NET languages. Obviously, Golang has `go fmt`. Etc. Not to be snarky, but whenever a bold new trend seems to be really "catc…
Could you point me in a direction to set this up on my system?