Skip to content

Commit

Permalink
Format configs with configlet fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
BNAndras committed Nov 4, 2023
1 parent 1148b99 commit 1ce8745
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 19 deletions.
22 changes: 9 additions & 13 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,7 @@
".meta/exemplar.arr"
]
},
"approaches": {
"snippet_extension": "arr"
},
"exercises": {
"concept": [],
"practice": [
{
"slug": "acronym",
Expand Down Expand Up @@ -587,14 +583,14 @@
}
],
"tags": [
"execution_mode/compiled",
"paradigm/functional",
"typing/dynamic",
"platform/web",
"platform/mac",
"platform/linux",
"runtime/language_specific",
"used_for/scientific_calculations",
"used_for/scripts"
"execution_mode/compiled",
"paradigm/functional",
"platform/linux",
"platform/mac",
"platform/web",
"runtime/language_specific",
"typing/dynamic",
"used_for/scientific_calculations",
"used_for/scripts"
]
}
4 changes: 3 additions & 1 deletion exercises/practice/binary-search/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"authors": ["meatball133"],
"authors": [
"meatball133"
],
"files": {
"solution": [
"binary-search.arr"
Expand Down
4 changes: 3 additions & 1 deletion exercises/practice/etl/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"authors": ["meatball133"],
"authors": [
"meatball133"
],
"files": {
"solution": [
"etl.arr"
Expand Down
8 changes: 4 additions & 4 deletions exercises/practice/two-fer/.approaches/config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"introduction": {
"authors": ["BNAndras"],
"contributors": []
},
"approaches": []
"authors": [
"BNAndras"
]
}
}

0 comments on commit 1ce8745

Please sign in to comment.