It should respect the html prettier-ignore comment
printWidth: 1
{% cycle a,b,c %}
It should respect the html prettier-ignore comment on tags
printWidth: 1
{% cycle a,b,c %}hi
It should respect the html prettier-ignore comment on liquid tags
printWidth: 1
{%capture foo%}{% for x in (0 .. 1) %}{% cycle a,b,c %}{% endfor %}{%endcapture%}
It should respect the liquid prettier-ignore comment
printWidth: 1
{% # prettier-ignore %}
{% cycle a,b,c %}
It should respect the liquid prettier-ignore comment on tags
printWidth: 1
{% # prettier-ignore %}
{% cycle a,b,c %}hi
It should respect the liquid prettier-ignore comment on liquid tags
printWidth: 1
{% # prettier-ignore %}
{%capture foo%}{% for x in (0 .. 1) %}{% cycle a,b,c %}{% endfor %}{%endcapture%}
It should respect the liquid prettier-ignore comment on tags (and maintain whitespace semantic meaning)
printWidth: 1
{% # prettier-ignore %}
{%capture foo%}{% for x in (0 .. 1) %}{% cycle a,b,c %}{% endfor %}{%endcapture%}
{{- 'hi' }}