From 51c900366daa662da20a33dc7f36ddde0d818615 Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Thu, 6 Mar 2025 14:30:26 -0800 Subject: [PATCH] Enable soft-wrap by default in markdown (#26247) Release Notes: - Enabled soft-wrap by default in markdown --- assets/settings/default.json | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/settings/default.json b/assets/settings/default.json index cd7ac085d7..714252f690 100644 --- a/assets/settings/default.json +++ b/assets/settings/default.json @@ -1175,6 +1175,7 @@ "format_on_save": "off", "use_on_type_format": false, "allow_rewrap": "anywhere", + "soft_wrap": "bounded", "prettier": { "allowed": true }