项目文件夹

文件

项目文件夹

0

忽略 .git-blame-ignore-revs 的修订。点击 绕过 并查看正常的 Blame 视图。

28 行
417 B
JSON

2024-09-10 19:37:36 -07:00
{
"comments": {
"lineComment": "//-"
},
"brackets": [
["{", "}"],
["[", "]"],
["(", ")"]
],
"autoClosingPairs": [
["{", "}"],
["[", "]"],
["(", ")"],
{ "open": "\"", "close": "\"", "notIn": ["string"] },
{ "open": "'", "close": "'", "notIn": ["string"] }
],
"surroundingPairs": [
["{", "}"],
["[", "]"],
["(", ")"],
["'", "'"],
["\"", "\""]
],
"folding": {
"offSide": true
}
}