diff options
-rw-r--r-- | rustfmt.toml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/rustfmt.toml b/rustfmt.toml index eb72dab..e00247e 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -1,6 +1,4 @@ brace_style = "PreferSameLine" fn_args_density = "Compressed" match_block_trailing_comma = true -struct_lit_width = 60 use_try_shorthand = true -error_on_line_overflow_comments = false |