Remove quote autoclosing

This commit is contained in:
James-Yu 2017-02-16 13:19:43 +08:00
parent 83b1269fb1
commit 61ea7ea2d1

View File

@ -10,9 +10,7 @@
"autoClosingPairs": [
["{", "}"],
["[", "]"],
["(", ")"],
["\"", "\""],
["'", "'"]
["(", ")"]
],
"surroundingPairs": [
["{", "}"],