From c7237b7623da975eab5c38c834c37d6a3d82dbdb Mon Sep 17 00:00:00 2001 From: Ryan McQuen Date: Thu, 23 Jul 2020 09:53:49 -0700 Subject: [PATCH] Switch to 2 spaces. --- .gitpod.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitpod.yml b/.gitpod.yml index 66363f09..46b1a6a8 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,7 +1,7 @@ tasks: - - init: /workspace/rustlings/install.sh - command: /workspace/.cargo/bin/rustlings watch + - init: /workspace/rustlings/install.sh + command: /workspace/.cargo/bin/rustlings watch vscode: - extensions: - - rust-lang.rust@0.7.8:CvNqMTgDdt3UXt+6BCDTVg== + extensions: + - rust-lang.rust@0.7.8:CvNqMTgDdt3UXt+6BCDTVg==