This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
rust
/
tests
/
target
/
configs-fn_call_width-zero.rs
10 lines
115 B
Rust
Raw
Normal View
History
Unescape
Escape
Use vertical layout when args len is larger than fn_call_width
2017-05-12 16:30:26 +09:00
// rustfmt-fn_call_width: 0
Rename 'fn_call_style' to 'fn_call_indent'
2017-11-04 22:46:40 +09:00
// rustfmt-fn_call_indent: block
Use vertical layout when args len is larger than fn_call_width
2017-05-12 16:30:26 +09:00
// #1508
fn
a
(
)
{
let
x
=
f
(
y
,
)
;
}
Reference in New Issue
Copy Permalink