]> git.lizzy.rs Git - rust.git/blob - tests/target/configs-fn_call_width-above.rs
Move Indent and Shape to shape.rs from lib.rs
[rust.git] / tests / target / configs-fn_call_width-above.rs
1 // rustfmt-fn_call_width: 10
2 // Function call width
3
4 fn main() {
5     lorem(
6         "lorem",
7         "ipsum",
8         "dolor",
9         "sit",
10         "amet",
11         "consectetur",
12         "adipiscing",
13         "elit",
14     );
15 }