-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Labels
looking for contributionsThis issue was accepted and is looking for a pull-requestThis issue was accepted and is looking for a pull-request
Description
Consider this example:
<%= component_page do %>
<%= code_example "
Text
" %>
<% end %>
On each save, Text
gets indented another level:
<%= component_page do %>
<%= code_example "
Text
" %>
<% end %>
<!-- and... -->
<%= component_page do %>
<%= code_example "
Text
" %>
<% end %>
I'd love to provide a PR but could really use a pointer for where to start.
enescakir and dannymidnight
Metadata
Metadata
Assignees
Labels
looking for contributionsThis issue was accepted and is looking for a pull-requestThis issue was accepted and is looking for a pull-request