Files
vscode/extensions/git-base/languages/git-commit.language-configuration.json
2021-11-12 11:35:35 +01:00

11 lines
134 B
JSON

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