Feature
- Add support for
djlint.toml
config file. The format is identical topyproject.toml
, but it does not use[tool.djlint]
table.
Fix
- Do not format HTML in attributes. Thanks, @oliverhaas.
- Fix using
js_config
instead ofcss_config
.
Performance
- Increase performance by ~30% by using regex more efficiently and caching more stuff.