dotfiles/default-configurations/ruff.toml
2025-01-11 18:52:18 +00:00

11 lines
168 B
TOML

exclude = [
]
indent-width = 2
[format]
indent-style = "tab"
quote-style = "single"
line-ending = "lf"
skip-magic-trailing-comma = false
docstring-code-format = true