vscode/extensions/git/git-rebase.language-configuration.json
2016-09-13 15:06:36 +02:00

11 lines
134 B
JSON

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