From 55f14b1da8561830236fe27b71a91e2d082c11f5 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 3 Aug 2020 17:24:40 +0200 Subject: Also bump up max line length in .editorconfig --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig index 645ced56e..6aab87c94 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,7 +4,7 @@ insert_final_newline = true trim_trailing_whitespace = true charset = utf-8 -max_line_length = 79 +max_line_length = 88 indent_style = space indent_size = 4 -- cgit v1.2.3-54-g00ecf