Skip to content

Indentation in eelixir template #276

Open
@anup-the-magic

Description

@anup-the-magic

Indentation in multi-line elixir in template is incorrect

Expected

<div>
    <%= render Foo.BarView,
               "template",
               a: a,
               b: b
    %>
</div

Actual

<div>
    <%= render Foo.BarView
"template.html",
a: a,
b: b
%>
</div>

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions