summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/target/configs/indent_style/visual_struct_lit.rs
blob: ec49021d330e8ce50866dae2b803f1d8f7a46da4 (plain)
1
2
3
4
5
6
7
// rustfmt-indent_style: Visual
// Struct literal-style

fn main() {
    let lorem = Lorem { ipsum: dolor,
                        sit: amet };
}