We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 416bc4c commit 7b6d2b4Copy full SHA for 7b6d2b4
src/config/mod.rs
@@ -68,8 +68,8 @@ create_config! {
68
merge_imports: bool, false, false, "Merge imports";
69
70
// 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";
+ reorder_imports: bool, true, true, "Reorder import and extern crate statements alphabetically";
+ reorder_modules: bool, true, true, "Reorder module statements alphabetically in group";
73
reorder_impl_items: bool, false, false, "Reorder impl items";
74
75
// Spaces around punctuation
0 commit comments