vscode/extensions/git/git-rebase.language-configuration.json
2016-07-21 20:30:37 +02:00

11 lines
No EOL
137 B
JSON

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