From ecc781ee397a7fb3f09b4d6ad3cf529648e0b1cf Mon Sep 17 00:00:00 2001 From: Henry Heino <46334387+personalizedrefrigerator@users.noreply.github.com> Date: Sat, 28 Jun 2025 12:00:39 -0700 Subject: [PATCH] Chore: VSCode workspace: Default to tab indentation (#12587) --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index a19f986e31..02c9e15464 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,4 @@ { - "cSpell.enabled": true + "cSpell.enabled": true, + "editor.insertSpaces": false } \ No newline at end of file