cloud-hypervisor/vendor/registry-40351f815f426200/clap/rustfmt.toml
Samuel Ortiz d5f5648b37 vendor: Add vendored dependencies
We use cargo vendor to generate a .cargo/config file and the vendor
directory. Vendoring allows us to lock our dependencies and to modify
them easily from the top level Cargo.toml.

We vendor all dependencies, including the crates.io ones, which allows
for network isolated builds.

Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
2019-06-04 17:51:52 +02:00

5 lines
98 B
TOML

format_strings = false
chain_overflow_last = false
same_line_if_else = true
fn_single_line = true