rust/tests/target/configs-chain_indent-visual.rs
2017-05-01 15:58:04 +02:00

11 lines
251 B
Rust

// rustfmt-chain_indent: Visual
// Chain indent
fn main() {
let lorem = ipsum.dolor()
.sit()
.amet()
.consectetur()
.adipiscing()
.elit();
}