mirror of
https://github.com/Superredstone/patrickcanal.it.git
synced 2026-09-20 17:51:12 +02:00
feat: first rewrite commit
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user