Skip to content

Commit 65e7564

Browse files
🤖 Add file patterns to config.json (exercism#1889)
* Add file patterns to config.json file * customize to java structure Co-authored-by: mirko <mirko.perillo@gmail.com>
1 parent 43d5f07 commit 65e7564

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

‎config.json‎

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,19 @@
1515
"indent_size": 4
1616
},
1717
"solution_pattern": "reference",
18+
"files": {
19+
"solution": [
20+
"src/main/java/%{pascal_slug}.java"
21+
],
22+
"test": [
23+
"src/test/java/%{pascal_slug}Test.java"
24+
],
25+
"example": [
26+
".meta/src/reference/java/%{pascal_slug}.java"
27+
],
28+
"exemplar": [
29+
]
30+
},
1831
"exercises": {
1932
"concept": [
2033
{

0 commit comments

Comments
 (0)