diff options
Diffstat (limited to '')
| -rw-r--r-- | rustfmt.toml | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/rustfmt.toml b/rustfmt.toml index a6a84af..eb72dab 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -3,3 +3,4 @@ fn_args_density = "Compressed"  match_block_trailing_comma = true  struct_lit_width = 60  use_try_shorthand = true +error_on_line_overflow_comments = false | 
