From 3fde66fc06650c1a6c0db0a82b79c41eb3d577e8 Mon Sep 17 00:00:00 2001 From: Dominic Griesel Date: Thu, 12 Dec 2024 11:31:47 +0100 Subject: [PATCH] style: fix formatting --- .gitpod.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitpod.yml b/.gitpod.yml index ce7e2285f3c..ef4478947b2 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -1,11 +1,11 @@ # Commands to start on workspace startup env: # Avoids cross-link issues due to different filesystems between /home and /workspaces - YARN_GLOBAL_FOLDER: ".yarn/global" - YARN_CACHE_FOLDER: ".yarn/cache" - YARN_ENABLE_GLOBAL_CACHE: "false" + YARN_GLOBAL_FOLDER: '.yarn/global' + YARN_CACHE_FOLDER: '.yarn/cache' + YARN_ENABLE_GLOBAL_CACHE: 'false' # Avoids interactive prompt causing container creation to hang - COREPACK_ENABLE_DOWNLOAD_PROMPT: "0" + COREPACK_ENABLE_DOWNLOAD_PROMPT: '0' tasks: - init: |