From 7bf8bd6f33cced9c533c660a6b8b525da6fb53da Mon Sep 17 00:00:00 2001 From: Caleb Collins-Parks <46505081+caleb15@users.noreply.github.com> Date: Fri, 17 Apr 2020 12:55:33 -0700 Subject: [PATCH] add max line length 100 requested by @bartekbrak --- .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index d4a2c44..9b8fbde 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 = 100 [*.bat] indent_style = tab