You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: analyzer-comments/elixir/solution/indentation.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,5 +5,3 @@
5
5
Elixir code should be indented with 2 spaces. Make sure not to use tabs for indentation.
6
6
7
7
If you are solving Elixir exercises on your own computer, consider running `mix format` in the directory with the exercise. It will automatically format your code according to the community's standards, including fixing all problems with indentation.
8
-
9
-
If you are solving Elixir exercises in Exercism's web editor, you might want to try [elixirformatter.com](https://elixirformatter.com/).
0 commit comments