Add 'fn_args_paren_newline = false' to rfc-rustfmt.toml

This commit is contained in:
topecongiro 2017-06-06 14:03:50 +09:00
parent 6a9d7dab0d
commit 8afba42d7e

View File

@ -5,3 +5,4 @@ where_style = "Rfc"
generics_indent = "Block"
fn_call_style = "Block"
combine_control_expr = true
fn_args_paren_newline = false