mirror of
https://github.com/Zenithsiz/zutil.git
synced 2026-02-03 10:31:34 +00:00
14 lines
259 B
TOML
14 lines
259 B
TOML
[formatting]
|
|
indent_string = "\t"
|
|
align_entries = true
|
|
column_width = 120
|
|
|
|
[[rule]]
|
|
include = ["**/Cargo.toml"]
|
|
keys = ["dependencies", "workspace"]
|
|
|
|
[rule.formatting]
|
|
reorder_keys = true
|
|
reorder_arrays = true
|
|
reorder_inline_tables = true
|