diff --git a/.editorconfig b/.editorconfig index 0a4031d4..6de118ad 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,6 +6,7 @@ insert_final_newline = true indent_style = space indent_size = 4 trim_trailing_whitespace = true +max_line_length = 140 [{*.yaml,*.yml}] charset = utf-8