Files
2026-07-13 13:05:14 +08:00

15 lines
404 B
TOML

# https://github.com/tamasfe/taplo
exclude = [
"**/.pixi/**/*.toml",
# Isolated examples have their own uv `.venv` next to their `pyproject.toml`;
# don't walk into third-party site-packages pyproject files.
"**/.venv/**/*.toml",
"**/venv/**/*.toml",
]
[formatting]
align_comments = false # causes unnecessary churn
column_width = 100
indent_string = " " # keep in sync with `.editorconfig`