vscode/extensions/git-base/languages/git-commit.language-configuration.json

11 lines
134 B
JSON

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