Stabilise reorder_imports and reorder_modules
This commit is contained in:
parent
416bc4c353
commit
7b6d2b4699
@ -68,8 +68,8 @@ create_config! {
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user