editor: Fix adding extraneous closing tags within TSX (#38534)
This commit is contained in:
@@ -30,6 +30,9 @@ close_tag_node_name = "jsx_closing_element"
|
||||
jsx_element_node_name = "jsx_element"
|
||||
tag_name_node_name = "identifier"
|
||||
|
||||
[overrides.default]
|
||||
linked_edit_characters = ["."]
|
||||
|
||||
[overrides.element]
|
||||
line_comments = { remove = true }
|
||||
block_comment = { start = "{/* ", prefix = "", end = "*/}", tab_size = 0 }
|
||||
|
||||
Reference in New Issue
Block a user