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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
134 B
JSON
Raw Normal View History

{
"comments": {
2016-09-13 13:06:36 +00:00
"lineComment": "#",
"blockComment": [ "#", " " ]
},
"brackets": [
["{", "}"],
["[", "]"],
["(", ")"]
]
}