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
An empty block statement needs two prettier runs to stabilize. It should produce a stable version of the code on first run.
Original:
{% block foo %}{% endblock %}
After first run:
{% block foo %}
{% endblock %}
After 2 or more runs (stable):
{% block foo %}
{% endblock %}
The text was updated successfully, but these errors were encountered:
j2L4e
changed the title
Formatting of empty {% block foo %} doesn't stabilize on first run
Formatting of empty block statements doesn't stabilize on first run
Nov 16, 2020
An empty block statement needs two prettier runs to stabilize. It should produce a stable version of the code on first run.
Original:
After first run:
After 2 or more runs (stable):
The text was updated successfully, but these errors were encountered: