mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-18 23:59:43 +01:00
offside languages: changing ignoreTrimWhitespace default to false (#169555)
This commit is contained in:
committed by
GitHub
parent
b2121c2dbe
commit
3eff2128ce
@@ -62,7 +62,8 @@
|
||||
"[yaml]": {
|
||||
"editor.insertSpaces": true,
|
||||
"editor.tabSize": 2,
|
||||
"editor.autoIndent": "advanced"
|
||||
"editor.autoIndent": "advanced",
|
||||
"diffEditor.ignoreTrimWhitespace": false
|
||||
},
|
||||
"[dockercompose]": {
|
||||
"editor.insertSpaces": true,
|
||||
|
||||
Reference in New Issue
Block a user