feat: first rewrite commit

This commit is contained in:
2026-08-17 23:15:46 +02:00
parent bf5f135f32
commit 9be8392cd4
5886 changed files with 475340 additions and 170 deletions
+22
View File
@@ -0,0 +1,22 @@
[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"]