mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-10 16:40:52 +03:00
Indent toml with 2 spaces
This commit is contained in:
parent
e5acc9fec9
commit
2a6be9eec0
|
@ -12,7 +12,7 @@ trim_trailing_whitespace = true
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
|
|
||||||
[*.{html,css,scss,json,yml,xml}]
|
[*.{html,css,scss,json,yml,xml,toml}]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
|
||||||
|
|
|
@ -135,7 +135,7 @@ ignore = [
|
||||||
# The fixes in extend-unsafe-fixes will require
|
# The fixes in extend-unsafe-fixes will require
|
||||||
# provide the `--unsafe-fixes` flag when fixing.
|
# provide the `--unsafe-fixes` flag when fixing.
|
||||||
extend-unsafe-fixes = [
|
extend-unsafe-fixes = [
|
||||||
"UP038",
|
"UP038",
|
||||||
]
|
]
|
||||||
|
|
||||||
[tool.ruff.lint.isort]
|
[tool.ruff.lint.isort]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user