diff --git a/.editorconfig b/.editorconfig index 3c55d36..b32586f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,8 +7,7 @@ charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true end_of_line = lf -# editorconfig-tools is unable to ignore longs strings or urls -max_line_length = off +max_line_length = 120 [{*.json,*.yml}] indent_size = 2