Skip to content

Commit

Permalink
🤖 Add file patterns to config.json (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom authored Apr 7, 2021
1 parent e8b6658 commit 16bbeb2
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": [
"src/%{snake_slug}.cr"
],
"test": [
"spec/%{snake_slug}_spec.cr"
],
"example": [
"src/example.cr"
],
"exemplar": [
".meta/exemplar/.cr"
]
},
"exercises": {
"concept": [],
"practice": [
Expand Down

0 comments on commit 16bbeb2

Please sign in to comment.