Hi everyone, This issue happens with the `case do`. Elixir indentation should be this one: ``` variable |> case do nil -> :noop _ -> :ok end ``` But the elixir-mode does this, it places four spaces: ``` variable |> case do nil -> :noop _ -> :ok end ```
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: