Make "allow_rewrap": "anywhere" the default for "Git Commit" files (#25260)

This PR makes `"allow_rewrap": "anywhere"` the default for "Git Commit"
files.

Closes https://github.com/zed-industries/zed/issues/24987.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2025-02-20 10:11:29 -05:00 committed by GitHub
parent b84aec0fae
commit 1d513dd32b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1084,6 +1084,9 @@
"Erlang": {
"language_servers": ["erlang-ls", "!elp", "..."]
},
"Git Commit": {
"allow_rewrap": "anywhere"
},
"Go": {
"code_actions_on_format": {
"source.organizeImports": true