mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-11-09 21:30:07 +00:00
f9d3c73c15
This configuration enforces the alphebetical ordering of arrays and keys in the Cargo.toml files. Signed-off-by: Rob Bradford <rbradford@rivosinc.com>
6 lines
83 B
TOML
6 lines
83 B
TOML
include = ["**/Cargo.toml"]
|
|
|
|
[formatting]
|
|
reoder_arrays = true
|
|
reorder_keys = true
|