mirror of
https://github.com/containers/youki
synced 2024-11-22 17:02:00 +01:00
bdd4f5c674
Signed-off-by: Jorge Prendes <jorge.prendes@gmail.com>
7 lines
359 B
INI
7 lines
359 B
INI
newline_style = "Native"
|
|
unstable_features = true # Cargo fmt now needs to be called with `cargo +nightly fmt`
|
|
group_imports = "StdExternalCrate" # create three groups for std, external and local crates
|
|
# Merge imports from the same module
|
|
# See: https://rust-lang.github.io/rustfmt/?version=v1.4.38&search=#imports_granularity
|
|
imports_granularity = "Module"
|