mirror of
https://github.com/run-llama/llama_deploy.git
synced 2026-07-01 21:04:00 -04:00
878e5923b4
* feat: add tracing support * fix * fix deps * simplify import structure * remove noise, simplify code * update lockfile * update docs * fix e2e tests
9 lines
206 B
TOML
9 lines
206 B
TOML
[formatting]
|
|
align_comments = false
|
|
reorder_keys = false
|
|
# Following are to be consistent with toml-sort
|
|
indent_string = " "
|
|
array_trailing_comma = false
|
|
compact_arrays = true
|
|
compact_inline_tables = true
|