diff --git a/.editorconfig b/.editorconfig index 5e7fa2b0b..20fcd9ca4 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,7 +6,7 @@ indent_size = 4 insert_final_newline = true trim_trailing_whitespace = true charset = utf-8 -max_line_length = 150 +max_line_length = 152 # Interfaces should start with I and PascalCase dotnet_naming_rule.interfaces_begin_with_I.severity = warning