Skip to content

Commit e7005e5

Browse files
BNAndrasloziniak
authored andcommitted
Add files array to config.json
1 parent 93ab7b6 commit e7005e5

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

config.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,20 @@
1818
"test_runner": {
1919
"average_run_time": 2
2020
},
21+
"files": {
22+
"solution": [
23+
"%{kebab_slug}.red"
24+
],
25+
"test": [
26+
"%{kebab_slug}-test.red"
27+
],
28+
"example": [
29+
".meta/example.red"
30+
],
31+
"exemplar": [
32+
".meta/exemplar.red"
33+
]
34+
},
2135
"concepts": [
2236
{
2337
"slug": "basics",

0 commit comments

Comments
 (0)