From dbac52de8e43859535a89c352d71e190ff8b1b74 Mon Sep 17 00:00:00 2001 From: Bassam Husain Date: Sat, 26 Aug 2023 19:42:31 -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 9fc881a..6e89298 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -37,6 +37,9 @@ "[markdown]": { "editor.formatOnSave": false }, + "[jsonc]": { + "editor.insertSpaces": false + }, "workbench.colorCustomizations": { "activityBar.activeBackground": "#7e4810", "activityBar.background": "#7e4810",