diff --git a/rustfmt.toml b/rustfmt.toml index 9a271df7b9..63d651a85f 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -1,2 +1,3 @@ reorder_imports = false -reorder_modules = false \ No newline at end of file +reorder_modules = false +use_small_heuristics = "Max"