chore: do not fail on block comments in JS code in Markdown files
This commit is contained in:
parent
47514a393a
commit
1114500103
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = */
|
||||
|
|
|
|||
Loading…
Reference in a new issue