Fix outdated formatting config
This commit is contained in:
parent
7290b9bb8d
commit
d2c7bde29d
4 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@ unstable_features = true
|
|||
fn_single_line = false
|
||||
max_width = 130
|
||||
reorder_impl_items = true
|
||||
merge_imports = true
|
||||
imports_granularity = "Crate"
|
||||
normalize_comments = true
|
||||
use_field_init_shorthand = true
|
||||
#wrap_comments = true
|
||||
|
|
|
@ -2,7 +2,7 @@ unstable_features = true
|
|||
fn_single_line = false
|
||||
max_width = 130
|
||||
reorder_impl_items = true
|
||||
merge_imports = true
|
||||
imports_granularity = "Crate"
|
||||
normalize_comments = true
|
||||
use_field_init_shorthand = true
|
||||
#wrap_comments = true
|
||||
|
|
|
@ -2,7 +2,7 @@ unstable_features = true
|
|||
fn_single_line = false
|
||||
max_width = 130
|
||||
reorder_impl_items = true
|
||||
merge_imports = true
|
||||
imports_granularity = "Crate"
|
||||
normalize_comments = true
|
||||
use_field_init_shorthand = true
|
||||
#wrap_comments = true
|
||||
|
|
|
@ -2,7 +2,7 @@ unstable_features = true
|
|||
fn_single_line = false
|
||||
max_width = 130
|
||||
reorder_impl_items = true
|
||||
merge_imports = true
|
||||
imports_granularity = "Crate"
|
||||
normalize_comments = true
|
||||
use_field_init_shorthand = true
|
||||
#wrap_comments = true
|
||||
|
|
Loading…
Add table
Reference in a new issue