diff options
| author | flip1995 <hello@philkrones.com> | 2018-11-27 20:46:11 +0100 |
|---|---|---|
| committer | flip1995 <hello@philkrones.com> | 2018-11-27 20:46:11 +0100 |
| commit | ccff495b62bc86e2e18ec93795c453b9e1d4cd26 (patch) | |
| tree | 86fd88a34c12de9bcd336e14de9bce2f7decd3d5 | |
| parent | b2601beb35b56fd33bd387a1faeccd3ae02352ed (diff) | |
| download | rust-ccff495b62bc86e2e18ec93795c453b9e1d4cd26.tar.gz rust-ccff495b62bc86e2e18ec93795c453b9e1d4cd26.zip | |
Error on line overflow
| -rw-r--r-- | rustfmt.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rustfmt.toml b/rustfmt.toml index 6776a88294c..797eccdad99 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -2,3 +2,5 @@ max_width = 120 comment_width = 100 match_block_trailing_comma = true wrap_comments = true + +error_on_line_overflow = true |
