Stabilise reorder_imports and reorder_modules
This commit is contained in:
parent
416bc4c353
commit
7b6d2b4699
1 changed files with 2 additions and 2 deletions
|
|
@ -68,8 +68,8 @@ create_config! {
|
||||||
merge_imports: bool, false, false, "Merge imports";
|
merge_imports: bool, false, false, "Merge imports";
|
||||||
|
|
||||||
// Ordering
|
// Ordering
|
||||||
reorder_imports: bool, true, false, "Reorder import and extern crate statements alphabetically";
|
reorder_imports: bool, true, true, "Reorder import and extern crate statements alphabetically";
|
||||||
reorder_modules: bool, true, false, "Reorder module statements alphabetically in group";
|
reorder_modules: bool, true, true, "Reorder module statements alphabetically in group";
|
||||||
reorder_impl_items: bool, false, false, "Reorder impl items";
|
reorder_impl_items: bool, false, false, "Reorder impl items";
|
||||||
|
|
||||||
// Spaces around punctuation
|
// Spaces around punctuation
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue