type propaties to properties

This commit is contained in:
Yuki Ueda
2016-10-19 10:40:23 +09:00
parent 11b0a73c6d
commit 87af697987
3 changed files with 7 additions and 7 deletions

View File

@@ -0,0 +1,25 @@
{
"comments": {
"lineComment": "#",
"blockComment": [ "#", " " ]
},
"brackets": [
["{", "}"],
["[", "]"],
["(", ")"]
],
"autoClosingPairs": [
["{", "}"],
["[", "]"],
["(", ")"],
["\"", "\""],
["'", "'"]
],
"surroundingPairs": [
["{", "}"],
["[", "]"],
["(", ")"],
["\"", "\""],
["'", "'"]
]
}