summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/target/configs/indent_style/block_struct_lit.rs
blob: 656b562266fd1ed176443ce5a4840a99322d9727 (plain)
1
2
3
4
5
6
7
8
9
// rustfmt-indent_style: Block
// Struct literal-style

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