forked from lix-project/lix-website
29 lines
726 B
JSON
29 lines
726 B
JSON
|
{
|
||
|
"id": "git",
|
||
|
"version": "0.2",
|
||
|
"name": "git",
|
||
|
"description": "CSpell configuration for GIT",
|
||
|
"dictionaryDefinitions": [],
|
||
|
"dictionaries": [],
|
||
|
"languageSettings": [
|
||
|
{
|
||
|
"languageId": "commit-msg",
|
||
|
"patterns": [
|
||
|
{
|
||
|
"name": "git-commit-msg-comment",
|
||
|
"pattern": "/^#.*/gm",
|
||
|
"description": "Ignore commit comments"
|
||
|
}
|
||
|
],
|
||
|
"ignoreRegExpList": ["git-commit-msg-comment"]
|
||
|
}
|
||
|
],
|
||
|
"overrides": [
|
||
|
{
|
||
|
"filename": "${cwd}/.git/COMMIT_EDITMSG",
|
||
|
"languageId": "commit-msg",
|
||
|
"minWordLength": 3
|
||
|
}
|
||
|
]
|
||
|
}
|