From 476a9fa3d7b7402f564efb9c30e69014b9088aa8 Mon Sep 17 00:00:00 2001 From: Him188 Date: Mon, 15 Aug 2022 16:07:11 +0800 Subject: [PATCH] editorconfig: add config for Markdown wrap text --- .editorconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 436cb1fa7..2a50df4a5 100644 --- a/.editorconfig +++ b/.editorconfig @@ -774,7 +774,8 @@ ij_html_text_wrap = normal ij_html_uniform_ident = false [{*.markdown, *.md, *.mkd}] -max_line_length = 72 +ij_markdown_wrap_text_if_long = false +ij_markdown_wrap_text_inside_blockquotes = false ij_markdown_abbreviations_placement = 0 ij_markdown_abbreviations_sort = 0 ij_markdown_attribute_class = 0