about summary refs log tree commit diff
diff options
context:
space:
mode:
authorflip1995 <hello@philkrones.com>2018-11-27 20:46:11 +0100
committerflip1995 <hello@philkrones.com>2018-11-27 20:46:11 +0100
commitccff495b62bc86e2e18ec93795c453b9e1d4cd26 (patch)
tree86fd88a34c12de9bcd336e14de9bce2f7decd3d5
parentb2601beb35b56fd33bd387a1faeccd3ae02352ed (diff)
downloadrust-ccff495b62bc86e2e18ec93795c453b9e1d4cd26.tar.gz
rust-ccff495b62bc86e2e18ec93795c453b9e1d4cd26.zip
Error on line overflow
-rw-r--r--rustfmt.toml2
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