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 22:30:26 +00:00
committed by GitHub
parent be75f17429
commit 51c900366d
+1
View File
@@ -1175,6 +1175,7 @@
"format_on_save": "off",
"use_on_type_format": false,
"allow_rewrap": "anywhere",
"soft_wrap": "bounded",
"prettier": {
"allowed": true
}