From 7e784d744e6ff4e852c091930bdfad570b85069d Mon Sep 17 00:00:00 2001 From: Spookerton <918997+Spookerton@users.noreply.github.com> Date: Wed, 11 Oct 2023 22:02:35 +0300 Subject: [PATCH] [MIRROR] stock renderwhitespace pref "all" -> "boundary" --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 13affb7e7e501..bff1bda6367d7 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,5 @@ { - "editor.renderWhitespace": "all", + "editor.renderWhitespace": "boundary", "files.eol": "\n", "files.encoding": "utf8",