chore(pyproject): Add djlint config
This commit is contained in:
parent
be7ef236be
commit
4b354d3d8f
1 changed files with 5 additions and 0 deletions
5
pyproject.toml
Normal file
5
pyproject.toml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
[tool.djlint]
|
||||||
|
blank_line_after_tag = "load,extends"
|
||||||
|
close_void_tags = true
|
||||||
|
indent = 2
|
||||||
|
max_blank_lines = 1
|
Loading…
Reference in a new issue