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