mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 20:26:08 +00:00
offside languages: changing ignoreTrimWhitespace default to false (#169555)
This commit is contained in:
committed by
GitHub
parent
b2121c2dbe
commit
3eff2128ce
@@ -93,7 +93,8 @@
|
||||
"configurationDefaults": {
|
||||
"[markdown]": {
|
||||
"editor.unicodeHighlight.ambiguousCharacters": false,
|
||||
"editor.unicodeHighlight.invisibleCharacters": false
|
||||
"editor.unicodeHighlight.invisibleCharacters": false,
|
||||
"diffEditor.ignoreTrimWhitespace": false
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user