Add config for soft-wrapping the commit message body

This commit is contained in:
Stefan Haller 2023-11-19 16:39:01 +01:00
parent 99ad6005e8
commit cede021400
4 changed files with 21 additions and 1 deletions

View file

@ -92,6 +92,8 @@ git:
useConfig: false
commit:
signOff: false
autoWrapCommitMessage: true # automatic WYSIWYG wrapping of the commit message as you type
autoWrapWidth: 72 # if autoWrapCommitMessage is true, the width to wrap to
merging:
# only applicable to unix users
manualCommit: false