Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 8132960

Browse files
author
Corey Johnson
committed
Merge pull request #36 from yeldarby/master
Don't de-indent case and default statements
2 parents 599a972 + 7b338bf commit 8132960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scoped-properties/language-javascript.cson

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
| ^ \\s* do \\s* $
1414
'
1515
'decreaseIndentPattern': '(?x)
16-
^(.*\\*/)?\\s*(\\}|\\)|case|default)
16+
^(.*\\*/)?\\s*(\\}|\\))
1717
| ^\\s* else \\s*$
1818
'

0 commit comments

Comments
 (0)