sashaafm / exads

Algorithms and Data Structures collection in Elixir
83 stars 12 forks source link

Fix whitespace issues - convert tabs to 2-space indentions #9

Closed ghost closed 8 years ago

ghost commented 8 years ago

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

sashaafm commented 8 years ago

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!