Skip to content

Indentation: case inside if #501

Open
@goto-engineering

Description

@goto-engineering

Filing a bug? Have you already tried updating vim-elixir? (yes I have) For indentation/highlighting bugs, please use the following template:

Actual

if 1 == 1 do
  case 2 == 2 do
    1 -> "hi"
    _ -> "ho"
  end
    "yes"
else
    "no"
end

Expected

if 1 == 1 do
  case 2 == 2 do
    1 -> "hi"
    _ -> "ho"
  end
  "yes"
else
  "no"
end

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions