From d3ff81b37f3c773b44dcaf5fda212c7176eef0e2 Mon Sep 17 00:00:00 2001 From: Francisco Giordano Date: Tue, 19 Jul 2022 18:33:27 -0300 Subject: [PATCH] Remove line length configuration for markdown files --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 9e0ee91b0..f162e8d20 100644 --- a/.editorconfig +++ b/.editorconfig @@ -17,5 +17,5 @@ indent_size = 4 [*.js] indent_size = 2 -[*.adoc] +[*.{adoc,md}] max_line_length = 0