settings: Change "remove trailing whitespace on save" to default false for Markdown (#41658)

Closes #ISSUE: reported on X by user. 

Release Notes:

- Made it so that the default value for the "remove trailing whitespace
on save" setting in Markdown is false, to fix cases where the removed
trailing whitespace had syntactic meaning
This commit is contained in:
Katie Geer
2025-11-03 13:00:30 -08:00
committed by GitHub
parent d075a56ee7
commit c2b3e60f6d
+1
View File
@@ -1763,6 +1763,7 @@
"Markdown": {
"format_on_save": "off",
"use_on_type_format": false,
"remove_trailing_whitespace_on_save": false,
"allow_rewrap": "anywhere",
"soft_wrap": "editor_width",
"prettier": {