Skip to content

Commit

Permalink
Add file patterns to config.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom committed Feb 17, 2021
1 parent 32b84c4 commit 3788c6b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,20 @@
"indent_size": 4
},
"test_pattern": "_spec.cr",
"files": {
"solution": [
"path/to/%{kebab_slug}.ext"
],
"test": [
"path/to/%{kebab_slug}.ext"
],
"example": [
"path/to/%{kebab_slug}.ext"
],
"exemplar": [
"path/to/%{kebab_slug}.ext"
]
},
"exercises": {
"concept": [],
"practice": [
Expand Down

0 comments on commit 3788c6b

Please sign in to comment.