Document plain text soft wrap in default settings (#41456)

Closes #41169

This was alredy present in code before, but not documented in the
default settings, which could lead to confusion,

Release Notes:

- N/A
This commit is contained in:
Finn Evers
2025-10-29 12:38:18 +00:00
committed by GitHub
parent d59ecf790f
commit 6be029ff17
+2 -1
View File
@@ -1769,7 +1769,8 @@
}
},
"Plain Text": {
"allow_rewrap": "anywhere"
"allow_rewrap": "anywhere",
"soft_wrap": "editor_width"
},
"Python": {
"code_actions_on_format": {