Skip to content

Instantly share code, notes, and snippets.

@edubkendo
Created December 24, 2014 09:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save edubkendo/aa5b32068e961728c858 to your computer and use it in GitHub Desktop.
Save edubkendo/aa5b32068e961728c858 to your computer and use it in GitHub Desktop.
Emacs elixir-mode indenting still not quite right...
defmodule IndentPlayground do
def my_func(arr) do
Enum.map(arr, fn(x) ->
x * 2
end)
#back here
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment