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

6 lines
106 B
Rust

// rustfmt-fn_call_width: 100
// Function call width
fn main() {
lorem("lorem", "ipsum", "dolor");
}