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
96f3c36c04
rust
/
tests
/
source
/
configs-fn_call_width-zero.rs
8 lines
98 B
Rust
Raw
Normal View
History
Unescape
Escape
Use vertical layout when args len is larger than fn_call_width
2017-05-12 02:30:26 -05:00
// rustfmt-fn_call_width: 0
Replace '_indent' with 'indent_style'
2017-11-13 01:09:59 -06:00
// rustfmt-indent_style: block
Use vertical layout when args len is larger than fn_call_width
2017-05-12 02:30:26 -05:00
// #1508
fn
a
(
)
{
let
x
=
f
(
y
)
;
}
Reference in New Issue
Copy Permalink