The official style of the project I'm working on is to indent after template control statements. We're using jinja2 templates with altered open/closing tags too...
<ul>
{% for category in categories %}
<li>...</li>
{% endfor %}
</ul>
Some with if statements, elses, etc.
Is there a way to configure webmode to do this?
web-mode-debug
– fxbois Mar 08 '16 at 20:34