From d5b99afe0bd4f75f83eb04d2f62751a848830280 Mon Sep 17 00:00:00 2001 From: Andrew Dirksen Date: Tue, 13 Nov 2018 16:51:12 -0800 Subject: [PATCH] set max line width in rustfmt.toml --- rustfmt.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/rustfmt.toml b/rustfmt.toml index f176d21..440d59c 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -1,4 +1,5 @@ -# Using hard tabs because that's what .editorconfig calls for. -# Note, hard tabs is normally false. This is a non-standard setup. +# Setting hard_tabs and max_width to match .editorconfig. +# Note, This is a non-standard setup. hard_tabs=true tab_spaces=4 +max_width=120 \ No newline at end of file