Git - improve git-commit language settings (#201091)

This commit is contained in:
Ladislau Szomoru 2023-12-17 23:43:05 +01:00 committed by GitHub
parent dbbf1dc671
commit 279872bd96
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2961,8 +2961,11 @@
"configurationDefaults": { "configurationDefaults": {
"[git-commit]": { "[git-commit]": {
"editor.rulers": [ "editor.rulers": [
50,
72 72
], ],
"editor.wordWrap": "wordWrapColumn",
"editor.wordWrapColumn": 72,
"workbench.editor.restoreViewState": false "workbench.editor.restoreViewState": false
}, },
"[git-rebase]": { "[git-rebase]": {