chore(pyproject): Add djlint config

This commit is contained in:
Tom Hubrecht 2024-07-03 14:36:43 +02:00
parent be7ef236be
commit 4b354d3d8f

5
pyproject.toml Normal file
View file

@ -0,0 +1,5 @@
[tool.djlint]
blank_line_after_tag = "load,extends"
close_void_tags = true
indent = 2
max_blank_lines = 1