From 8b3a3f1a50bdb4fe2d7cc315c829b7920a3636ba Mon Sep 17 00:00:00 2001 From: Erik Schierboom Date: Wed, 17 Feb 2021 16:24:40 +0100 Subject: [PATCH] Add file patterns to config.json (#330) * Add file patterns to config.json file * Apply suggestions from code review Co-authored-by: Sascha Mann --- config.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/config.json b/config.json index 05e1afb042aaa..ac5fac605dd3b 100644 --- a/config.json +++ b/config.json @@ -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": [ {