From 85f96106eb03d0975348d40ebbc42eec426ffa66 Mon Sep 17 00:00:00 2001 From: forana Date: Tue, 10 Sep 2019 16:24:32 -0500 Subject: [PATCH] fixed mixed indentation --- .devcontainer/devcontainer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 9decd5d..057b034 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -9,8 +9,8 @@ // Dockerfile with your user's UID/GID if not 1000. "runArgs": [ "-u", "node" ], - // Use 'settings' to set *default* container specific settings.json values on container create. - // You can edit these settings after create using File > Preferences > Settings > Remote. + // Use 'settings' to set *default* container specific settings.json values on container create. + // You can edit these settings after create using File > Preferences > Settings > Remote. "settings": { "terminal.integrated.shell.linux": "/bin/bash" },