Skip to content

Commit

Permalink
swap tabs for spaces in rickshaw-settings.json
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
k-rister committed Jun 29, 2024
1 parent d6542f5 commit 586fc94
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions rickshaw-settings.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 586fc94

Please sign in to comment.