This reverts commit 7db8d80c30
.(#17084)
Release Notes:
- N/A
This commit is contained in:
parent
75d4c7981e
commit
d2cb45e9bb
4 changed files with 4 additions and 0 deletions
|
@ -9,5 +9,6 @@ brackets = [
|
|||
{ start = "\"", end = "\"", close = true, newline = false, not_in = ["string", "comment"] },
|
||||
{ start = "'", end = "'", close = true, newline = false, not_in = ["string", "comment"] },
|
||||
]
|
||||
word_characters = ["-"]
|
||||
block_comment = ["/* ", " */"]
|
||||
prettier_parser_name = "css"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue