Merge pull request #10239 from cloudRoutine/patch-1

don't auto close on single quote
This commit is contained in:
Martin Aeschlimann 2016-08-22 14:33:36 +02:00 committed by GitHub
commit bcddf93bbe

View file

@ -12,8 +12,7 @@
["{", "}"],
["[", "]"],
["(", ")"],
["\"", "\""],
["'", "'"]
["\"", "\""]
],
"surroundingPairs": [
["{", "}"],
@ -22,4 +21,4 @@
["\"", "\""],
["'", "'"]
]
}
}