Jake Howard
df4dc64058
The lockfile issues, the extra bloat, I'm done. Waiting for hatch to be supported by renovate.
13 lines
299 B
TOML
13 lines
299 B
TOML
[tool.djlint]
|
|
ignore = "T003,H006,H023,H030,H031"
|
|
indent = 2
|
|
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"
|