diff --git a/.editorconfig b/.editorconfig index 19ba6dd6..99c83687 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,9 +7,11 @@ end_of_line = lf insert_final_newline = true indent_size = 4 indent_style = space -max_line_length = 100 trim_trailing_whitespace = true +# Removed from EditorConfig spec, but still supported by some editors. +max_line_length = 120 + [{*.cmake,CMakeLists.txt}] # TODO: indent_size = 2 indent_size = 4