// rustfmt-struct_lit_multiline_style: ForceMulti // Struct literal multiline-style fn main() { let lorem = Lorem { ipsum: dolor, sit: amet, }; }