diff --git a/.editorconfig b/.editorconfig index 7f0f434b68..bb22bbbd16 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,7 +6,7 @@ charset = utf-8 end_of_line = lf indent_size = 4 indent_style = space -max_line_length = 80 +max_line_length = 120 trim_trailing_whitespace = true [*.md]