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

@@ -45,7 +45,12 @@
"language": "coffeescript",
"path": "./snippets/coffeescript.code-snippets"
}
]
],
"configurationDefaults": {
"[coffeescript]": {
"diffEditor.ignoreTrimWhitespace": false
}
}
},
"repository": {
"type": "git",