mirror of
https://github.com/rust-vmm/vhost-device.git
synced 2026-01-07 19:58:06 +00:00
vhost-device-console is 2021 edition; bump the rustfmt.toml setting to match it. Signed-off-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
8 lines
191 B
TOML
8 lines
191 B
TOML
edition = "2021"
|
|
format_generated_files = false
|
|
format_code_in_doc_comments = true
|
|
format_strings = true
|
|
imports_granularity = "Crate"
|
|
group_imports = "StdExternalCrate"
|
|
wrap_comments = true
|