Skip to content

Commit 536dcce

Browse files
authored
Git - disable wrapping for git-commit language (microsoft#201135)
1 parent 811fa13 commit 536dcce

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

extensions/git/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2964,8 +2964,7 @@
29642964
50,
29652965
72
29662966
],
2967-
"editor.wordWrap": "wordWrapColumn",
2968-
"editor.wordWrapColumn": 72,
2967+
"editor.wordWrap": "off",
29692968
"workbench.editor.restoreViewState": false
29702969
},
29712970
"[git-rebase]": {

0 commit comments

Comments
 (0)