Skip to content

Commit 7b6d2b4

Browse files
committed
Stabilise reorder_imports and reorder_modules
1 parent 416bc4c commit 7b6d2b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/config/mod.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ create_config! {
6868
merge_imports: bool, false, false, "Merge imports";
6969

7070
// Ordering
71-
reorder_imports: bool, true, false, "Reorder import and extern crate statements alphabetically";
72-
reorder_modules: bool, true, false, "Reorder module statements alphabetically in group";
71+
reorder_imports: bool, true, true, "Reorder import and extern crate statements alphabetically";
72+
reorder_modules: bool, true, true, "Reorder module statements alphabetically in group";
7373
reorder_impl_items: bool, false, false, "Reorder impl items";
7474

7575
// Spaces around punctuation

0 commit comments

Comments
 (0)