This configuration enforces the alphebetical ordering of arrays and keys in the Cargo.toml files. Signed-off-by: Rob Bradford <rbradford@rivosinc.com>
5 lines
83 B
TOML
5 lines
83 B
TOML
include = ["**/Cargo.toml"]
|
|
|
|
[formatting]
|
|
reoder_arrays = true
|
|
reorder_keys = true
|