mirror of
https://github.com/Zenithsiz/zsw.git
synced 2026-02-03 09:50:31 +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
|