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:
parent
28da99cc06
commit
783b33b5c9
2 changed files with 44 additions and 10 deletions
|
@ -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": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue