vector/pyproject.toml
2025-05-31 23:15:21 +02:00

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"