From 5cb1d41a30d25cbe136402644bf5434dd667f1e5 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Fri, 8 Feb 2019 14:49:26 +0300 Subject: enable "small heuristics" --- rustfmt.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rustfmt.toml b/rustfmt.toml index 9a271df7b..63d651a85 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" -- cgit v1.2.3