vscode/extensions/git/languages/git-commit.language-configuration.json
2018-02-20 16:47:01 +01:00

11 lines
134 B
JSON

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