We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 467c643 + 02f1c9c commit 9e73e18Copy full SHA for 9e73e18
settings/language-javascript.cson
@@ -4,10 +4,11 @@
4
'foldEndPattern': '^\\s*\\}|^\\s*\\]|^\\s*\\)'
5
'increaseIndentPattern': '(?x)
6
\\{ [^}"\']* $
7
+ | \\[ [^\\]"\']* $
8
| \\( [^)"\']* $
9
| case[\\s\\S]*: $
10
| default: $
11
'
12
'decreaseIndentPattern': '(?x)
- ^ \\s* (\\s* /[*] .* [*]/ \\s*)* [})]
13
+ ^ \\s* (\\s* /[*] .* [*]/ \\s*)* [}\\])]
14
0 commit comments