Version 0.8 of package Reformatter has just been released in NonGNU ELPA. You can now find it in M-x list-packages RET.
Reformatter describes itself as: ============================================================ Define commands which run reformatters on the current buffer ============================================================ More at https://elpa.nongnu.org/nongnu/reformatter.html ## Summary: This library lets elisp authors easily define an idiomatic command to reformat the current buffer using a command-line program, together with an optional minor mode which can apply this command automatically on save. By default, reformatter.el expects programs to read from stdin and write to stdout, and you should prefer this mode of operation where possible. If this isn't possible with your particular formatting program, refer to the options for `reformatter-define', and see the examples in the package's tests. As an example, let's define a reformat command that applies the "dhall format" command. We'll assume here that we've already defined a variable `dhall-command' which holds the string name or path of the dhall executable: ## Recent NEWS: [Not provided 🙁]
