editorconfig: add config for Markdown wrap text

This commit is contained in:
Him188 2022-08-15 16:07:11 +08:00
parent 1f69b09644
commit 476a9fa3d7
No known key found for this signature in database
GPG Key ID: BA439CDDCF652375

View File

@ -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