From ccff495b62bc86e2e18ec93795c453b9e1d4cd26 Mon Sep 17 00:00:00 2001 From: flip1995 Date: Tue, 27 Nov 2018 20:46:11 +0100 Subject: [PATCH] Error on line overflow --- rustfmt.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rustfmt.toml b/rustfmt.toml index 6776a88294c5..797eccdad99e 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