Enable automatic field init shorthand in rustfmt

This commit is contained in:
Jonas Platte 2022-02-18 11:37:50 +01:00
parent 788ecba299
commit 6502e4e378
No known key found for this signature in database
GPG key ID: CC154DE0E30B7C67

View file

@ -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