From 53a6f78879102d5c93de52d69c6e17e55f543c76 Mon Sep 17 00:00:00 2001 From: z3rOR0ne Date: Tue, 19 Mar 2024 09:01:12 -0700 Subject: [PATCH] :wrench: Added white space and carriage return vis --- .config/VSCodium/User/settings.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.config/VSCodium/User/settings.json b/.config/VSCodium/User/settings.json index 8ed7e665..5d98a081 100644 --- a/.config/VSCodium/User/settings.json +++ b/.config/VSCodium/User/settings.json @@ -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",