diff --git a/.rustfmt.toml b/.rustfmt.toml index 1cb09ad..aacafc1 100644 --- a/.rustfmt.toml +++ b/.rustfmt.toml @@ -1,6 +1,6 @@ max_width = 1000 single_line_if_else_max_width = 100 chain_width = 100 -fn_args_layout = "Compressed" +fn_params_layout = "Compressed" #control_brace_style = "ClosingNextLine" struct_lit_width = 0 \ No newline at end of file