11 lines
312 B
TOML
11 lines
312 B
TOML
# Minky rustfmt
|
|
unstable_features = true
|
|
format_macro_bodies = true
|
|
format_macro_matchers = true
|
|
imports_layout = "HorizontalVertical"
|
|
imports_granularity = "Crate"
|
|
overflow_delimited_expr = true
|
|
reorder_impl_items = true
|
|
reorder_imports = true
|
|
group_imports = "StdExternalCrate"
|
|
use_field_init_shorthand = true
|