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:
parent
b84aec0fae
commit
1d513dd32b
1 changed files with 3 additions and 0 deletions
|
@ -1084,6 +1084,9 @@
|
|||
"Erlang": {
|
||||
"language_servers": ["erlang-ls", "!elp", "..."]
|
||||
},
|
||||
"Git Commit": {
|
||||
"allow_rewrap": "anywhere"
|
||||
},
|
||||
"Go": {
|
||||
"code_actions_on_format": {
|
||||
"source.organizeImports": true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue