mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-06 09:09:35 +00:00
24 lines
574 B
TOML
24 lines
574 B
TOML
[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
|
||
|
||
# Don’t 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
|