This website requires JavaScript.
Explore
Help
Sign In
External
/
cloud-hypervisor
Watch
1
Star
0
Fork
0
You've already forked cloud-hypervisor
mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced
2024-11-09 21:30:07 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
380b7d398c
cloud-hypervisor
/
.taplo.toml
6 lines
84 B
TOML
Raw
Normal View
History
Unescape
Escape
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>
2024-05-08 08:58:12 +00:00
include
=
[
"**/Cargo.toml"
]
[
formatting
]
misc: Fix spelling issues Misspellings were identified by: https://github.com/marketplace/actions/check-spelling * Initial corrections based on forbidden patterns from the action * Additional corrections by Google Chrome auto-suggest * Some manual corrections * Adding markdown bullets to readme credits section Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2024-06-07 15:48:53 +00:00
reorder_arrays
=
true
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>
2024-05-08 08:58:12 +00:00
reorder_keys
=
true
Reference in New Issue
Copy Permalink