From 2e539e718a8ad6d38cfaa7ad24dc2be372c07872 Mon Sep 17 00:00:00 2001 From: Chris Barnes Date: Mon, 15 Jul 2019 14:40:42 -0400 Subject: [PATCH] align editorconfig with flake8 --- .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index d4a2c44..a2008e4 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,6 +9,7 @@ trim_trailing_whitespace = true insert_final_newline = true charset = utf-8 end_of_line = lf +max_line_length = 98 [*.bat] indent_style = tab