mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
offside languages: changing ignoreTrimWhitespace default to false (#169555)
This commit is contained in:
committed by
GitHub
parent
b2121c2dbe
commit
3eff2128ce
@@ -45,7 +45,12 @@
|
||||
"language": "coffeescript",
|
||||
"path": "./snippets/coffeescript.code-snippets"
|
||||
}
|
||||
]
|
||||
],
|
||||
"configurationDefaults": {
|
||||
"[coffeescript]": {
|
||||
"diffEditor.ignoreTrimWhitespace": false
|
||||
}
|
||||
}
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user