summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/source/configs/indent_style/block_struct_lit.rs
blob: 47a6994f40ca29322a9c2ad0a558d55bede5febd (plain)
1
2
3
4
5
6
// rustfmt-indent_style: Block
// Struct literal-style

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