diff options
-rw-r--r-- | .editorconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig index e19011ac4d6..f37e5003e67 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,7 +5,7 @@ tab_width = 4 indent_style = space insert_final_newline = true trim_trailing_whitespace = true -max_line_length = 80 +max_line_length = 160 [*.{c,h,cpp,hpp,inl}] charset = latin1 |