]> git.lizzy.rs Git - rust.git/blob - tests/target/configs-chain_indent-block.rs
Move Indent and Shape to shape.rs from lib.rs
[rust.git] / tests / target / configs-chain_indent-block.rs
1 // rustfmt-chain_indent: Block
2 // Chain indent
3
4 fn main() {
5     let lorem = ipsum
6         .dolor()
7         .sit()
8         .amet()
9         .consectetur()
10         .adipiscing()
11         .elite();
12 }