diff --git a/.editorconfig b/.editorconfig index 0f4b35f..120325a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,7 +10,7 @@ trim_trailing_whitespace = true insert_final_newline = true [*.py] -line_length = 119 +max_line_length = 120 [{Makefile,**.mk}] indent_style = tab