15 lines
210 B
TOML
15 lines
210 B
TOML
[schema]
|
|
path = "https://json.schemastore.org/cargo.json"
|
|
enabled = true
|
|
|
|
|
|
[formatting]
|
|
reorder_keys = false
|
|
|
|
[[rule]]
|
|
include = ["**/Cargo.toml"]
|
|
keys = ["dependencies"]
|
|
|
|
[rule.formatting]
|
|
reorder_keys = true
|