feat(project/djlint): Declare custom blocks used by allauth

This commit is contained in:
Tom Hubrecht 2024-10-07 23:34:00 +02:00
parent 833c855b5c
commit 6caf3dbf61
Signed by: thubrecht
SSH key fingerprint: SHA256:r+nK/SIcWlJ0zFZJGHtlAoRwq1Rm+WcKAm5ADYMoQPc

View file

@ -21,6 +21,7 @@ Repository = "https://git.dgnum.eu/DGNum/dgsi"
[tool.djlint]
blank_line_after_tag = "load,extends"
custom_blocks = "slot,element"
format_js = true
indent = 2
max_blank_lines = 1