🔧 Added white space and carriage return vis

This commit is contained in:
z3rOR0ne 2024-03-19 09:01:12 -07:00
parent 5072cab611
commit 53a6f78879

View file

@ -9,6 +9,10 @@
"workbench.startupEditor": "none",
"editor.fontSize": 16.75,
"editor.cursorBlinking": "solid",
"editor.renderWhitespace": "all",
"code-eol.newlineCharacter": "↵",
"code-eol.returnCharacter": "↵",
"code-eol.crlfCharacter": "↵",
"editor.cursorSmoothCaretAnimation": "on",
"editor.cursorSurroundingLines": 21,
"editor.cursorStyle": "block",