kylin-code/extensions/git-base/languages/git-rebase.language-configu...

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

2022-06-14 14:37:10 +08:00
{
"comments": {
"lineComment": "#",
"blockComment": [ "#", " " ]
},
"brackets": [
["{", "}"],
["[", "]"],
["(", ")"]
]
}