Closed ne1ro closed 6 years ago
I debated with myself about this one for a minute because Elixir's formatter output isn't exactly easy on the eyes compared to something like prettier. That being said it's probably better to go with the flow here than fight against it.
Thanks for the contribution!
Elixir has a built-in autoformatter that allow us to keep codebase in one consistent style. This should significantly improve reading and changing of code.
Notable changes:
.formatter.exs
with initial configuration was created