8000 `end` tags being grouped · Issue #46 · nebulab/erb-formatter · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
end tags being grouped  #46
Open
Open
@luizkowalski

Description

@luizkowalski

Hey, I have a rather complex form like this: https://gist.github.com/luizkowalski/6b90e9cf978927a6faca15258f7c7a24

this page was formatted using htmlbeautifier. When I try to format it with erb-formatter, it groups end together in a really weird way:

<%= tag.label class: "mt-1" do %>
  <%= t("messages.strength") %>
  <%= tag.span class: "ml-1 font-bold", data: { password_strength_target: "destination" } %>
<% end %><% end %><%= tag.div class: "form-control mt-4 w-fit" do %>
...
<% end %><% end %><%= tag.div class: "form-control mt-2" do %>

I'm using the following options:
--stdin-filename", "{path}", "--print-width", "250

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0