BlakeWilliams / Elixir-Slack

Slack real time messaging and web API client in Elixir
MIT License
675 stars 182 forks source link

Format codebase using Elixir's autoformatter #175

Closed ne1ro closed 6 years ago

ne1ro commented 6 years ago

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:

BlakeWilliams commented 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!