rust/tests/source/configs/indent_style/block_struct_lit.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 };
}