rust/tests/target/configs-chain_width-above.rs

13 lines
196 B
Rust
Raw Normal View History

// rustfmt-chain_width: 10
// Chain one line max
fn main() {
let lorem = ipsum
.dolor()
.sit()
.amet()
.consectetur()
.adipiscing()
.elit();
}