소스 검색

editorconfig: add config for Markdown wrap text

Him188 3 년 전
부모
커밋
476a9fa3d7
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      .editorconfig

+ 2 - 1
.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