vscode: highlight all non-ASCII

This commit is contained in:
Sean Buckley 2023-08-24 01:56:03 -04:00
parent 1efd9a60f7
commit 61a3231294

View file

@ -8,6 +8,7 @@
"editor.minimap.enabled": false,
"editor.renderFinalNewline": "off",
"editor.scrollBeyondLastLine": false,
"editor.unicodeHighlight.nonBasicASCII": true,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"git.autofetch": true,