website/pyproject.toml

14 lines
299 B
TOML
Raw Normal View History

2022-10-05 14:17:00 +01:00
[tool.djlint]
ignore = "T003,H006,H023,H030,H031"
2022-08-03 20:22:02 +01:00
indent = 2
2022-10-05 14:17:00 +01:00
preserve_blank_lines = true
profile = "django"
max_line_length = 12000
max_attribute_length = 1000
extension = "html"
format_attribute_template_tags=true
custom_blocks="cache"
[tool.djlint.per-file-ignores]
"_snippet_link.html" = "H025"