adamchainz / djade

A Django template formatter.
MIT License
283 stars 4 forks source link

Compatibility with DJlint #101

Open rphlo opened 1 week ago

rphlo commented 1 week ago

Description

Feature Request

Hi, First thanks for this project, Here is my request.

Before using this I was already using https://github.com/djlint/djLint and it has conflicting formatting rules regarding django jinja templates. Biggest conflict is regarding white lines around {% block %}, smaller conflict is about naming inlines {% endblock %}

Would be nice to see a common approach regarding those.

I posted a feature request as well in djLint repo.

https://github.com/djlint/djLint/issues/1021