diff --git a/.editorconfig b/.editorconfig index 272ca18..6916c80 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ trim_trailing_whitespace = true insert_final_newline = true indent_style = tab indent_size = 8 -max_line_length = 80 +max_line_length = 100 [*.py] indent_style = space