git: Rewrap commit messages just before committing instead of interactively (#32114)

Closes #27508 

Release Notes:

- Fixed unintuitive wrapping behavior when editing Git commit messages.
This commit is contained in:
Cole Miller 2025-06-05 13:12:17 -04:00 committed by GitHub
parent 28da99cc06
commit 783b33b5c9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 44 additions and 10 deletions

View file

@ -1457,7 +1457,9 @@
"language_servers": ["erlang-ls", "!elp", "..."]
},
"Git Commit": {
"allow_rewrap": "anywhere"
"allow_rewrap": "anywhere",
"soft_wrap": "editor_width",
"preferred_line_length": 72
},
"Go": {
"code_actions_on_format": {