summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/target/configs/indent_style/block_chain.rs
blob: 23340a4aba2fefaef924fdfde30ce11e8b7ef0cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// rustfmt-indent_style: Block
// Chain indent

fn main() {
    let lorem = ipsum
        .dolor()
        .sit()
        .amet()
        .consectetur()
        .adipiscing()
        .elite();
}