Running the new Elixir formatter

In my suggestion, only .formatter.exs is added to the VCS, the external one can get regenerated.

You don’t do it when loading the generator options, but when deps.getting or deps.compileing. From the gathered information you then generate the external file.

Thats indeed a problem. But then again, those projects could publish the rules of their direct dependencies explicitely. And since the API to fetch those is specified, it can be even done programmatically.