Fix
blank_line_before_tagno longer inserts a blank line when the previous line opens a block and increases the indentation, e.g. between<div>and{% block %}. Since 1.41.0blank_line_after_taghas left the closing edge of a block alone ({% endblock %}before</div>), while the opening edge kept its padding, so a template using both options came out lopsided.