diff --git a/.editorconfig b/.editorconfig index 4dbbc5444138d..2da19f9004b1d 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,4 +10,5 @@ max_line_length = 80 trim_trailing_whitespace = true [*.md] +max_line_length = 0 trim_trailing_whitespace = false