Files
kiss-vscode/projects/kiss-vscode/Kiss.configuration.json

22 lines
387 B
JSON

{
"comments": {
"lineComment": "//",
"blockComment": [ "/*", "*/" ]
},
"brackets": [
["(", ")"],
["[", "]"]
],
"autoClosingPairs": [
["(", ")"],
["[", "]"],
["\"", "\""],
["{", "}"]
],
"surroundingPairs": [
["(", ")"],
["[", "]"],
["\"", "\""],
["{", "}"]
]
}