Add `switch_statement` to ecma indents (#6369)

pull/5/head
Thor Adam 1 year ago committed by GitHub
parent 0e0c16e6fa
commit 346ddd4735
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,6 +5,7 @@
(formal_parameters)
(statement_block)
(switch_statement)
(object_pattern)
(class_body)
(named_imports)
@ -15,6 +16,11 @@
(export_clause)
] @indent
[
(switch_case)
(switch_default)
] @indent @extend
[
"}"
"]"

Loading…
Cancel
Save