From 44713cef07b4a7d6050fe6b040f3d22f89631544 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Mon, 25 Dec 2017 13:31:38 +0100 Subject: Add error_on_line_overflow_comments to rustfmt config --- rustfmt.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'rustfmt.toml') 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 -- cgit