// rustfmt-struct_variant_width: 10 // Struct variant width enum Lorem { Ipsum, Dolor(bool), Sit { amet: Consectetur, adipiscing: Elit, }, }