diff --git a/rustfmt.toml b/rustfmt.toml index 8390479..f214385 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -3,7 +3,7 @@ # Stable edition = "2018" -#fn_args_layout = "Compressed" +fn_args_layout = "Compressed" max_width = 80 tab_spaces = 2 use_field_init_shorthand = true