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

12 lines
252 B
Rust
Raw Normal View History

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