From 465c0dffea372105179e00c88dd481644297ecd1 Mon Sep 17 00:00:00 2001 From: Bassam Husain Date: Sat, 26 Aug 2023 19:40:22 -0400 Subject: [PATCH] Adjust settings. --- .vscode/settings.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index 7ba8623..a9cdeba 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -36,6 +36,9 @@ "[markdown]": { "editor.formatOnSave": false }, + "[jsonc]": { + "editor.insertSpaces": false + }, "workbench.colorCustomizations": { "activityBar.activeBackground": "#7e4810", "activityBar.background": "#7e4810",