From 0a90d031548d81563345bd4f8152491952189be2 Mon Sep 17 00:00:00 2001 From: Anjandev Momi Date: Sun, 8 Nov 2020 21:57:07 -0500 Subject: [PATCH] changed line length to 80 --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 1738e7a..9c2e9ac 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,7 +8,7 @@ root = true end_of_line = lf insert_final_newline = true indent_style = tab -max_line_length = 72 +max_line_length = 80 spaces_around_operators = true charset = utf-8 trim_trailing_whitespace = true