From 59b717f5460cf60b1a56239276a9866a75ee8d78 Mon Sep 17 00:00:00 2001 From: Ethan Dennis Date: Mon, 19 Sep 2022 16:46:46 -0700 Subject: [PATCH] Update .devcontainer/devcontainer.json Co-authored-by: Luke Cheung Engle <99493186+luke-engle@users.noreply.github.com> --- .devcontainer/devcontainer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index ba5c350..7145591 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -20,7 +20,8 @@ "customizations": { "vscode": { "settings": { - "files.autoSave": "onFocusChange" + "files.autoSave": "onFocusChange", + "editor.tabSize": 2 }, "extensions": [ "ms-azuretools.vscode-docker"