mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
vscode: highlight all non-ASCII
This commit is contained in:
parent
1efd9a60f7
commit
61a3231294
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue