Skip to content

Commit c2b3e60

Browse files
authored
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
1 parent d075a56 commit c2b3e60

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

assets/settings/default.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1763,6 +1763,7 @@
17631763
"Markdown": {
17641764
"format_on_save": "off",
17651765
"use_on_type_format": false,
1766+
"remove_trailing_whitespace_on_save": false,
17661767
"allow_rewrap": "anywhere",
17671768
"soft_wrap": "editor_width",
17681769
"prettier": {

0 commit comments

Comments
 (0)