diff --git a/.editorconfig b/.editorconfig index 2de4a0d66f3..694dfed83a4 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,6 +9,7 @@ charset = utf-8 end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true +max_line_length = 80 # C [*.{c,h}]