summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/source/configs/indent_style/block_chain.rs
blob: 41d91469114c9afec7971da29a9635027bdb109c (plain)
1
2
3
4
5
6
// rustfmt-indent_style: Block
// Chain indent

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