From cd46c51447380e6c9c67ce3ef30a9ac2002eb5e5 Mon Sep 17 00:00:00 2001 From: merith-tk Date: Mon, 4 Nov 2024 15:58:00 -0800 Subject: [PATCH] update settings.json --- .vscode/settings.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 5f42f24..ee21d9b 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,7 @@ { "markdownlint.config": { "MD033": false - } + }, + "editor.tabSize": 2, + "editor.indentSize": 2 } \ No newline at end of file