mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-15 07:28:05 +00: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 @@
|
||||
"scopeName": "source.regexp.python",
|
||||
"path": "./syntaxes/MagicRegExp.tmLanguage.json"
|
||||
}
|
||||
]
|
||||
],
|
||||
"configurationDefaults": {
|
||||
"[python]": {
|
||||
"diffEditor.ignoreTrimWhitespace": false
|
||||
}
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"update-grammar": "node ../node_modules/vscode-grammar-updater/bin MagicStack/MagicPython grammars/MagicPython.tmLanguage ./syntaxes/MagicPython.tmLanguage.json grammars/MagicRegExp.tmLanguage ./syntaxes/MagicRegExp.tmLanguage.json"
|
||||
|
||||
Reference in New Issue
Block a user