This commit is contained in:
rebornix 2016-06-20 17:42:55 +08:00
parent c958b5cb37
commit db7a7f89d7

View file

@ -22,5 +22,19 @@
"(",
")"
]
],
"autoClosingPairs": [
[
"{",
"}"
],
[
"[",
"]"
],
[
"(",
")"
]
]
}