offside languages: changing ignoreTrimWhitespace default to false (#169555)

This commit is contained in:
Martin Aeschlimann
2022-12-20 10:09:56 +01:00
committed by GitHub
parent b2121c2dbe
commit 3eff2128ce
7 changed files with 34 additions and 7 deletions

View File

@@ -62,7 +62,8 @@
"[yaml]": {
"editor.insertSpaces": true,
"editor.tabSize": 2,
"editor.autoIndent": "advanced"
"editor.autoIndent": "advanced",
"diffEditor.ignoreTrimWhitespace": false
},
"[dockercompose]": {
"editor.insertSpaces": true,