feat(project/djlint): Declare custom blocks used by allauth
This commit is contained in:
parent
833c855b5c
commit
6caf3dbf61
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ Repository = "https://git.dgnum.eu/DGNum/dgsi"
|
||||||
|
|
||||||
[tool.djlint]
|
[tool.djlint]
|
||||||
blank_line_after_tag = "load,extends"
|
blank_line_after_tag = "load,extends"
|
||||||
|
custom_blocks = "slot,element"
|
||||||
format_js = true
|
format_js = true
|
||||||
indent = 2
|
indent = 2
|
||||||
max_blank_lines = 1
|
max_blank_lines = 1
|
||||||
|
|
Loading…
Add table
Reference in a new issue