vscode/extensions/gitsyntax/git-rebase.language-configuration.json
2017-01-20 19:50:34 +01:00

11 lines
No EOL
134 B
JSON

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