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

7 lines
121 B
Rust
Raw Normal View History

2017-11-13 01:09:59 -06:00
// rustfmt-indent_style: Block
// Struct literal-style
fn main() {
let lorem = Lorem { ipsum: dolor, sit: amet };
}