rust/tests/target/configs/indent_style/visual_chain.rs

12 lines
252 B
Rust
Raw Normal View History

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