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

Release Notes:

- Enabled soft-wrap by default in markdown
This commit is contained in:
Max Brunsfeld 2025-03-06 14:30:26 -08:00 committed by GitHub
parent be75f17429
commit 51c900366d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1175,6 +1175,7 @@
"format_on_save": "off",
"use_on_type_format": false,
"allow_rewrap": "anywhere",
"soft_wrap": "bounded",
"prettier": {
"allowed": true
}