Description
When formatting ERB templates, rufo incorrectly modifies <%- tags by introducing a space between <% and the -, resulting in invalid syntax.
For example, the following snippet:
<%- if controller_name != "sessions" %>
becomes
<% -if controller_name != "sessions" %>
and results in syntax errors when the view is rendered.
Versions
rufo 0.18.0
ruby 3.3.4