Skip to content

Commit

Permalink
Add file patterns to config.json (JuliaLang#330)
Browse files Browse the repository at this point in the history
* Add file patterns to config.json file

* Apply suggestions from code review

Co-authored-by: Sascha Mann <[email protected]>
  • Loading branch information
ErikSchierboom and SaschaMann authored Feb 17, 2021
1 parent b99bcf9 commit 8b3a3f1
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 @@ -14,6 +14,20 @@
"indent_style": "space",
"indent_size": 4
},
"files": {
"solution": [
"%{kebab_slug}.jl"
],
"test": [
"runtests.jl"
],
"example": [
".meta/example.jl"
],
"exemplar": [
".meta/exemplar.jl"
]
},
"exercises": {
"concept": [
{
Expand Down

0 comments on commit 8b3a3f1

Please sign in to comment.