Skip to content

Commit

Permalink
Format config.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom committed Nov 12, 2024
1 parent b51fe5b commit 8ead655
Showing 1 changed file with 16 additions and 14 deletions.
30 changes: 16 additions & 14 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,26 +15,28 @@
"indent_size": 2
},
"files": {
"solution": ["%{kebab_slug}.ua"],
"test": ["tests.ua"],
"example": [".meta/example.ua"],
"exemplar": [".meta/exemplar.ua"]
"solution": [
"%{kebab_slug}.ua"
],
"test": [
"tests.ua"
],
"example": [
".meta/example.ua"
],
"exemplar": [
".meta/exemplar.ua"
]
},
"exercises": {
"concept": [],
"practice": []
},
"concepts": [],
"key_features": [],
"tags": [
"execution_mode/interpreted",
"paradigm/array",
"paradigm/stack_oriented",
"typing/dynamic",
"execution_mode/interpreted",
"platform/windows",
"platform/mac",
"platform/linux",
"platform/mac",
"platform/windows",
"runtime/language_specific",
"typing/dynamic",
"used_for/scripts"
]
}

0 comments on commit 8ead655

Please sign in to comment.