-
-
Notifications
You must be signed in to change notification settings - Fork 80
Open
Labels
Description
Bug Report
Multiline ERB tags lose indentation for continuation lines after the opening tag.
Reproduction
You can reproduce this issue using the following playground link:
Expected Behavior
<section>
<div>
<%= f.input :my_number,
input_html: {
data: {
field_toggle_target: "checkbox",
}
} %>
</div>
</section>Actual Behavior
<section>
<div>
<%= f.input :my_number,
input_html: {
data: {
field_toggle_target: "checkbox",
}
} %>
</div>
</section>Additional Context
Reactions are currently unavailable