diff --git a/.editorconfig b/.editorconfig index b17dbb4..af452f8 100644 --- a/.editorconfig +++ b/.editorconfig @@ -35,7 +35,7 @@ indent_size = 4 # Docstrings and comments use max_line_length = 79 [*.py] -max_line_length = 160 +max_line_length = 119 [docs/**.txt] max_line_length = 79