mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +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:
5
.taplo.toml
Normal file
5
.taplo.toml
Normal file
@@ -0,0 +1,5 @@
|
||||
include = ["**/Cargo.toml"]
|
||||
|
||||
[formatting]
|
||||
reoder_arrays = true
|
||||
reorder_keys = true
|
||||
Reference in New Issue
Block a user