git: enableLongCommitWarning config

This commit is contained in:
Joao Moreno
2017-01-31 16:54:47 +01:00
parent 51f3f40a1a
commit adb32aa444
3 changed files with 13 additions and 6 deletions

View File

@@ -388,6 +388,11 @@
"type": "boolean",
"description": "%config.autofetch%",
"default": true
},
"git.enableLongCommitWarning": {
"type": "boolean",
"description": "%config.enableLongCommitWarning%",
"default": true
}
}
}