15 lines
404 B
TOML
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`
|