g-plane / markup_fmt

Configurable HTML, Vue, Svelte, Astro, Angular, Jinja, Twig, Nunjucks and Vento formatter with dprint integration.
https://dprint.dev/plugins/markup_fmt/
MIT License
91 stars 4 forks source link

Jinja tags aren't padded #13

Closed g-plane closed 5 months ago

g-plane commented 5 months ago

Input

{%if a%}
{%endif%}

Expected Output

{% if a%} {% endif %}

Actual Output

{%if a%} {%endif%}

dprint playground