/ .taplo.toml
.taplo.toml
1 [formatting] 2 align_entries = true 3 column_width = 100 4 compact_arrays = false 5 reorder_inline_tables = true 6 reorder_keys = true 7 8 [[rule]] 9 include = [ "**/Cargo.toml" ] 10 keys = [ "package" ] 11 12 [rule.formatting] 13 reorder_keys = false