rust/tests/source/configs-fn_call_width-below.rs

7 lines
106 B
Rust
Raw Normal View History

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