Skip to content

Commit

Permalink
Merge pull request #104 from exercism/format-config.json
Browse files Browse the repository at this point in the history
Format track config.json file
  • Loading branch information
rlmark authored Nov 15, 2023
2 parents e1e8257 + 8a495a6 commit f6b1f5e
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
"indent_size": 2,
"highlightjs_language": "haskell"
},
"test_runner": {
"average_run_time": 2
},
"files": {
"solution": [
"%{camel_slug}.u"
Expand All @@ -26,9 +29,6 @@
".meta/examples/%{camel_slug}.example.u"
]
},
"test_runner": {
"average_run_time": 2
},
"exercises": {
"concept": [
{
Expand All @@ -47,12 +47,10 @@
"slug": "lasagna",
"name": "Lasagna",
"uuid": "73724654-8ed6-477e-9d2f-7c7e77a6d3f2",
"practices": [],
"prerequisites": [],
"concepts": [
"basics"
],
"difficulty": 1,
"prerequisites": [],
"status": "wip"
}
],
Expand Down Expand Up @@ -424,14 +422,14 @@
}
],
"tags": [
"paradigm/functional",
"typing/static",
"execution_mode/compiled",
"platform/windows",
"platform/mac",
"paradigm/functional",
"platform/linux",
"runtime/standalone_executable",
"platform/mac",
"platform/windows",
"runtime/language_specific",
"runtime/standalone_executable",
"typing/static",
"used_for/backends"
]
}

0 comments on commit f6b1f5e

Please sign in to comment.