mirror of
https://github.com/Superredstone/patrickcanal.it.git
synced 2026-09-20 09:41:14 +02:00
25 lines
359 B
TOML
25 lines
359 B
TOML
[tool.djlint]
|
|
indent = 4
|
|
close_void_tagsa = true
|
|
format_js = true
|
|
format_css = true
|
|
max_line_length = 160
|
|
|
|
[tool.ruff]
|
|
exclude = [
|
|
"*migrations/",
|
|
"settings.py",
|
|
]
|
|
|
|
[tool.ruff.format]
|
|
quote-style = "double"
|
|
indent-style = "space"
|
|
skip-magic-trailing-comma = false
|
|
line-ending = "auto"
|
|
|
|
[tool.ruff.lint]
|
|
extend-select = ["I"]
|
|
ignore = [
|
|
"RUF012"
|
|
]
|