diff --git a/rustfmt.toml b/rustfmt.toml index e30350f9..798864da 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -1,7 +1,7 @@ reorder_imports = true reorder_modules = true merge_derives = true -fn_args_layout = "Compressed" +fn_params_layout = "Compressed" use_field_init_shorthand = true tab_spaces = 4 max_width = 100