rust/tests/target/configs-chain_indent-block.rs

13 lines
195 B
Rust
Raw Normal View History

2017-11-13 01:25:50 -06:00
// rustfmt-indent_style: Block
// Chain indent
fn main() {
let lorem = ipsum
.dolor()
.sit()
.amet()
.consectetur()
.adipiscing()
2017-05-02 21:26:31 -05:00
.elite();
}