mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
offside languages: changing ignoreTrimWhitespace default to false (#169555)
This commit is contained in:
committed by
GitHub
parent
b2121c2dbe
commit
3eff2128ce
@@ -36,7 +36,12 @@
|
||||
"scopeName": "source.clojure",
|
||||
"path": "./syntaxes/clojure.tmLanguage.json"
|
||||
}
|
||||
]
|
||||
],
|
||||
"configurationDefaults": {
|
||||
"[clojure]": {
|
||||
"diffEditor.ignoreTrimWhitespace": false
|
||||
}
|
||||
}
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user