rust/rustfmt-core/tests/target/chains-indent-tabbed.rs
2018-02-07 22:48:05 +09:00

11 lines
216 B
Rust

// rustfmt-indent_style: Block
fn test() {
let x = my_long_function()
.my_even_longer_function()
.my_nested_function()
.some_random_name()
.another_function()
.do_it();
}