Enable automatic field init shorthand in rustfmt
This commit is contained in:
parent
788ecba299
commit
6502e4e378
1 changed files with 1 additions and 0 deletions
|
@ -2,5 +2,6 @@ comment_width = 100
|
|||
format_code_in_doc_comments = true
|
||||
imports_granularity = "Crate"
|
||||
newline_style = "Unix"
|
||||
use_field_init_shorthand = true
|
||||
use_small_heuristics = "Max"
|
||||
wrap_comments = true
|
||||
|
|
Loading…
Reference in a new issue