From 6314b0182afe00902429694b1ab600889fb601b4 Mon Sep 17 00:00:00 2001 From: Hayodea Hakol Date: Fri, 29 Aug 2025 20:23:44 -0400 Subject: [PATCH] VSCode config: indentation should be 4-width tabs --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 76d1cb3..e012fec 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -77,7 +77,7 @@ "bitset": "cpp" }, "editor.rulers": [80, 120], - "editor.tabSize": 8, + "editor.tabSize": 4, "editor.insertSpaces": false, "editor.detectIndentation": false } \ No newline at end of file