You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems like many conventions drop attributes to a new line for 2 or 3+ attributes.
Would be nice to see either only multiple attribute tags dropped to new lines, or have a prop in .liquidrc for force-attribute-threshhold or something, after which attributes are forced to new line.
Thanks!
The text was updated successfully, but these errors were encountered:
<navclass="accordion mt-3 mb-2"data-accordion-collapsible-value=" {{- some_tag }}"// notice the space between quotation and " {{-data-accordion-multiselect-value=" {{- some_tag }}"// notice the space between quotation and " {{-data-controller="accordion"></nav>
It will help prevent the tags from breaking.
panoply
added a commit
to panoply/esthetic
that referenced
this issue
Jul 6, 2022
Seems like many conventions drop attributes to a new line for 2 or 3+ attributes.
Would be nice to see either only multiple attribute tags dropped to new lines, or have a prop in .liquidrc for
force-attribute-threshhold
or something, after which attributes are forced to new line.Thanks!
The text was updated successfully, but these errors were encountered: