Skip to content

Idea: Option for indenting <% if ... %> <% end %> erb tags. #78

@MitchMunro

Description

@MitchMunro

It would be nice to have the option to keep indents in for <%if ... %> tags
e.g.
Desired output:

<% if my_list.empty? %>
    <div>
        <span> Text </span>
    </div>
<% end %>

Current output the moment:

<% if my_list.empty? %>
<div>
   <span> Text </span>
</div>
<% end %>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions