]> git.lizzy.rs Git - rust.git/commitdiff
Stabilise reorder_imports and reorder_modules
authorNick Cameron <ncameron@mozilla.com>
Fri, 18 May 2018 04:04:09 +0000 (16:04 +1200)
committerNick Cameron <ncameron@mozilla.com>
Fri, 18 May 2018 04:04:09 +0000 (16:04 +1200)
src/config/mod.rs

index b903a4e58047e780347666763032b0fad4958896..7d57ab143131daca2b5198c17e5292d3b672a559 100644 (file)
@@ -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