Credo implements its own style guide, and it looks like 2-space indentions are the norm. This agrees with Elixir's source code as well. Let's make sure our editors are configured to follow the same convention.
This PR fixes the 100+ consistency warnings from mix credo
Hello @uranther I just recently changed my editor to 2 space indention (used 2 space but with tabs before). I also think it's best to keep it according to Credo. Thank you!
Credo implements its own style guide, and it looks like 2-space indentions are the norm. This agrees with Elixir's source code as well. Let's make sure our editors are configured to follow the same convention.
This PR fixes the 100+ consistency warnings from
mix credo