update toml formatter config
This commit is contained in:
parent
f357ee61fa
commit
a119a8e7cb
1 changed files with 11 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue