From b19da46ca84334d68df0f3c225eb1b55b90ae67f Mon Sep 17 00:00:00 2001 From: Doru Blanzeanu Date: Tue, 12 Nov 2024 13:00:55 +0200 Subject: [PATCH] Replace tabs with spaces Signed-off-by: Doru Blanzeanu --- .devcontainer/devcontainer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index e41fe29b..6f980356 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,21 +1,21 @@ // For more info on the configuration below, check out the link: // https://code.visualstudio.com/docs/devcontainers/create-dev-container { - "name": "Hyperlight", + "name": "Hyperlight", "build": { "dockerfile": "Dockerfile" }, - "remoteUser": "vscode", + "remoteUser": "vscode", - "runArgs": [ + "runArgs": [ "--env-file", ".devcontainer/.env", "--device=/dev/kvm" ], - // Use 'initializeCommand' to run commands before container image build - "initializeCommand": "bash .devcontainer/create_env.sh", + // Use 'initializeCommand' to run commands before container image build + "initializeCommand": "bash .devcontainer/create_env.sh", "customizations": { "vscode": {