Skip to content

Incorrect indent after multi line ruby #416

@drzel

Description

@drzel

I think this is broken? Tested with only vim-ruby plugin.

<div>
  <%
  %>
<p></p>
</div>

Would have expected the <p> tags to be indented like this:

<div>
  <%
  %>
  <p></p>
</div>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions