Indent toml with 2 spaces

This commit is contained in:
Bruno Alla 2024-12-31 11:49:10 +00:00
parent e5acc9fec9
commit 2a6be9eec0
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ trim_trailing_whitespace = true
indent_style = space
indent_size = 4
[*.{html,css,scss,json,yml,xml}]
[*.{html,css,scss,json,yml,xml,toml}]
indent_style = space
indent_size = 2

View File

@ -135,7 +135,7 @@ ignore = [
# The fixes in extend-unsafe-fixes will require
# provide the `--unsafe-fixes` flag when fixing.
extend-unsafe-fixes = [
"UP038",
"UP038",
]
[tool.ruff.lint.isort]