Enable soft-wrap by default in markdown (#26247)

Max Brunsfeld created

Release Notes:

- Enabled soft-wrap by default in markdown

Change summary

assets/settings/default.json | 1 +
1 file changed, 1 insertion(+)

Detailed changes

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
       }