Files
litellm/taplo.toml
T
2026-02-18 00:34:54 +05:30

24 lines
574 B
TOML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
[formatting]
# Keep your table/key order as written (project, project.scripts, dependency-groups, tool.uv, ...)
reorder_keys = false
# Force arrays to stay multiline once expanded
array_auto_expand = true
array_auto_collapse = false
# Keep nice spacing inside arrays and inline tables
compact_arrays = false
compact_inline_tables = true
# Dont align `=` vertically (matches your example)
align_entries = true
# Reasonable defaults
align_comments = true
trailing_newline = true
reorder_arrays = true
reorder_inline_tables = false
allowed_blank_lines = 2
crlf = false