13 lines
216 B
TOML
13 lines
216 B
TOML
[tool.djlint]
|
|
blank_line_after_tag = "load,extends"
|
|
custom_blocks = "slot,element"
|
|
format_js = true
|
|
indent = 2
|
|
max_blank_lines = 1
|
|
profile = "django"
|
|
|
|
[tool.djlint.js]
|
|
indent_size = 4
|
|
|
|
[tool.isort]
|
|
profile = "black"
|