From 1ba6a55506afdfb643642fdc1692dcdc4b76931d Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Sat, 29 Jul 2023 17:23:05 +0100 Subject: [PATCH] fmt: updated rust format --- .rustfmt.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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