Open mreyk opened 3 years ago
Hi everyone,
This issue happens with the case do. Elixir indentation should be this one:
case do
variable |> case do nil -> :noop _ -> :ok end
But the elixir-mode does this, it places four spaces:
Hi everyone,
This issue happens with the
case do
. Elixir indentation should be this one:But the elixir-mode does this, it places four spaces: