FoxComm / highlander

Because there can only be one
MIT License
9 stars 3 forks source link

Elixir 1.6 formatter #2335

Closed pavel-main closed 6 years ago

pavel-main commented 6 years ago

Checking out what Elixir 1.6 new mix format feature produces. Not necessary to merge.

Commands:

$ cd hyperion
$ find ./ -name "*.ex" | xargs mix format
$ cd ../solomon
$ find ./ -name "*.ex" | xargs mix format
$ cd ../geronimo
$ find ./ -name "*.ex" | xargs mix format