From 612aad382f3800fb12638cf373f03f182a3ccf26 Mon Sep 17 00:00:00 2001 From: Dietrich Epp Date: Wed, 23 Mar 2022 01:25:59 -0400 Subject: [PATCH] VS Code: use tabs --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index c05872c..0460ec7 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,6 @@ { "editor.rulers": [80], "editor.detectIndentation": false, - "editor.tabSize": 4 + "editor.tabSize": 4, + "editor.insertSpaces": false }