rust/tests/source/configs-chain_width-below.rs
2017-11-04 22:30:26 +09:00

7 lines
143 B
Rust

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