Skip to content

Commit 279872b

Browse files
authored
Git - improve git-commit language settings (#201091)
1 parent dbbf1dc commit 279872b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

extensions/git/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2961,8 +2961,11 @@
29612961
"configurationDefaults": {
29622962
"[git-commit]": {
29632963
"editor.rulers": [
2964+
50,
29642965
72
29652966
],
2967+
"editor.wordWrap": "wordWrapColumn",
2968+
"editor.wordWrapColumn": 72,
29662969
"workbench.editor.restoreViewState": false
29672970
},
29682971
"[git-rebase]": {

0 commit comments

Comments
 (0)