I would like it to be formatted like this, by (optionally) first sorting the export list by some definition. In this case, alphabetically, because I feel like it makes finding functions in the export list easier.
Note that the code example had two functions with the same name but different arity; those, I would expect to be sorted by arity
Currently,
default_formatter
formats this code……like this… (no changes whatsoever related to what I am about to propose)
I would like it to be formatted like this, by (optionally) first sorting the export list by some definition. In this case, alphabetically, because I feel like it makes finding functions in the export list easier.