From f5f4c2d48066db0b01d05fa9c2311b887ec674c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Drwi=C4=99ga?= Date: Sun, 10 Nov 2019 13:01:44 +0100 Subject: [PATCH] Change max width to 100. (#4072) --- substrate/.editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/substrate/.editorconfig b/substrate/.editorconfig index f511aad460..47fde53b69 100644 --- a/substrate/.editorconfig +++ b/substrate/.editorconfig @@ -6,7 +6,7 @@ tab_width=4 end_of_line=lf charset=utf-8 trim_trailing_whitespace=true -max_line_length=120 +max_line_length=100 insert_final_newline=true [*.yml]