djhtml
djhtml copied to clipboard
Spacing within tags
This is more of a feature request, but I'd love if this project standardized spacing within tags as well. For example, the following is currently unchanged:
{% if log.severity == 0%}
It would be great if this could be formatted automatically to mirror Django's examples:
{% if log.severity == 0% }