diff --git a/.editorconfig b/.editorconfig index 1fcb8188c..b73dd195a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,7 +8,7 @@ end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true -[*.{html,js}] +[*.{html,js,md}] block_comment_start = /** block_comment = * block_comment_end = */