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