djhtml icon indicating copy to clipboard operation
djhtml copied to clipboard

Spacing within tags

Open korverdev opened this issue 1 year ago • 0 comments

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% }

korverdev avatar Feb 20 '24 21:02 korverdev