mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 05:35:20 +00:00
build: Add taplo configuration file for Cargo.toml files
This configuration enforces the alphebetical ordering of arrays and keys in the Cargo.toml files. Signed-off-by: Rob Bradford <rbradford@rivosinc.com>
This commit is contained in:
parent
7e25cc2aa0
commit
f9d3c73c15
5
.taplo.toml
Normal file
5
.taplo.toml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
include = ["**/Cargo.toml"]
|
||||||
|
|
||||||
|
[formatting]
|
||||||
|
reoder_arrays = true
|
||||||
|
reorder_keys = true
|
Loading…
Reference in New Issue
Block a user