chore: do not fail on block comments in JS code in Markdown files

This commit is contained in:
Joren Broekema 2019-06-04 14:06:54 +02:00 committed by Mikhail Bashkirov
parent 47514a393a
commit 1114500103

View file

@ -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 = */