From 586fc940ca5ed55442e969aada61fb974e425aa9 Mon Sep 17 00:00:00 2001 From: Karl Rister Date: Sat, 29 Jun 2024 14:08:37 -0500 Subject: [PATCH] swap tabs for spaces in rickshaw-settings.json - this allows rickshaw-settings.json to be manipulated with tools such as jq and maintain consistency by using 4 space indendation - consistency is key for seemless merging of upstream changes to the file --- rickshaw-settings.json | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/rickshaw-settings.json b/rickshaw-settings.json index ae073262..cff2fc8b 100644 --- a/rickshaw-settings.json +++ b/rickshaw-settings.json @@ -1,23 +1,23 @@ { "roadblock": { - "timeouts": { - "default": 240, - "endpoint-deploy": 1440, - "collect-sysinfo": 1200, - "engine-start": 1440, - "move-data": 300 - } + "timeouts": { + "default": 240, + "endpoint-deploy": 1440, + "collect-sysinfo": 1200, + "engine-start": 1440, + "move-data": 300 + } }, "userenvs": { - "default": { - "benchmarks": "rhubi9", - "tools": "fedora-latest" + "default": { + "benchmarks": "rhubi9", + "tools": "fedora-latest" } }, "endpoints": { - "default": { - "user": "root" - } + "default": { + "user": "root" + } }, "workshop": { "force-builds": "false",