vscode: disable highlighting of ambiguous unicode characters

master
Alan Faubert 1 year ago
parent f5cd9503bf
commit 4905f7cc96

@ -15,6 +15,7 @@
"editor.renderWhitespace": "boundary",
"editor.scrollBeyondLastColumn": 0,
"editor.tabSize": 2,
"editor.unicodeHighlight.ambiguousCharacters": false,
"editor.wordWrap": "on",
"eslint.validate": [
"html",

Loading…
Cancel
Save