update toml formatter config

This commit is contained in:
Alexander Navarro 2026-01-09 16:53:39 -03:00
parent f357ee61fa
commit a119a8e7cb

View file

@ -1,3 +1,12 @@
[formatting] [formatting]
inline_table_expand = false inline_table_expand = false
array_auto_expand = false array_auto_expand = false
align_entries = true
align_comments = true
array_auto_collapse = false
compact_arrays = false
compact_inline_tables = false
indent_tables = true
indent_entries = true
reorder_keys = true
reorder_inline_tables = true