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

12 lines
252 B
Rust
Raw Normal View History

2017-11-13 16:25:50 +09:00
// rustfmt-indent_style: Visual
// Chain indent
fn main() {
let lorem = ipsum.dolor()
.sit()
.amet()
.consectetur()
.adipiscing()
2017-05-03 11:26:31 +09:00
.elite();
}