From 6be029ff17bc25d45dc38ad3795e31167daa696a Mon Sep 17 00:00:00 2001 From: Finn Evers Date: Wed, 29 Oct 2025 13:38:18 +0100 Subject: [PATCH] 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 --- assets/settings/default.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/settings/default.json b/assets/settings/default.json index 10aa98498b09d4cbcf4f231393df3e9203a0512a..47ca818de8a7b9c467a7b411f1ec2ea02c346b5b 100644 --- a/assets/settings/default.json +++ b/assets/settings/default.json @@ -1769,7 +1769,8 @@ } }, "Plain Text": { - "allow_rewrap": "anywhere" + "allow_rewrap": "anywhere", + "soft_wrap": "editor_width" }, "Python": { "code_actions_on_format": {