mirror of
https://github.com/ProvableHQ/leo.git
synced 2025-01-09 04:19:51 +03:00
prefer rust fmt imports_granularity over deprecated merge_imports
This commit is contained in:
parent
ebe730b387
commit
99deb093f8
@ -10,7 +10,7 @@ use_try_shorthand = true
|
|||||||
# Nightly configurations
|
# Nightly configurations
|
||||||
imports_layout = "HorizontalVertical"
|
imports_layout = "HorizontalVertical"
|
||||||
license_template_path = ".resources/license_header"
|
license_template_path = ".resources/license_header"
|
||||||
merge_imports = true
|
imports_granularity = "Crate"
|
||||||
overflow_delimited_expr = true
|
overflow_delimited_expr = true
|
||||||
reorder_impl_items = true
|
reorder_impl_items = true
|
||||||
version = "Two"
|
version = "Two"
|
||||||
|
Loading…
Reference in New Issue
Block a user