mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 15:14:29 +00:00
Error on line overflow
This commit is contained in:
parent
b2601beb35
commit
ccff495b62
1 changed files with 2 additions and 0 deletions
|
@ -2,3 +2,5 @@ max_width = 120
|
||||||
comment_width = 100
|
comment_width = 100
|
||||||
match_block_trailing_comma = true
|
match_block_trailing_comma = true
|
||||||
wrap_comments = true
|
wrap_comments = true
|
||||||
|
|
||||||
|
error_on_line_overflow = true
|
||||||
|
|
Loading…
Reference in a new issue