From 7b6d2b4699303e9b4f966b7a3db65b979ca4a6fe Mon Sep 17 00:00:00 2001 From: Nick Cameron Date: Fri, 18 May 2018 16:04:09 +1200 Subject: [PATCH] Stabilise reorder_imports and reorder_modules --- src/config/mod.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config/mod.rs b/src/config/mod.rs index b903a4e5804..7d57ab14313 100644 --- a/src/config/mod.rs +++ b/src/config/mod.rs @@ -68,8 +68,8 @@ merge_imports: bool, false, false, "Merge imports"; // Ordering - reorder_imports: bool, true, false, "Reorder import and extern crate statements alphabetically"; - reorder_modules: bool, true, false, "Reorder module statements alphabetically in group"; + reorder_imports: bool, true, true, "Reorder import and extern crate statements alphabetically"; + reorder_modules: bool, true, true, "Reorder module statements alphabetically in group"; reorder_impl_items: bool, false, false, "Reorder impl items"; // Spaces around punctuation -- 2.44.0