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

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