rust/tests/target/configs-struct_lit_indent-block.rs

10 lines
147 B
Rust
Raw Normal View History

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