From 290c5820cd1850975c2f7216af1c322a57fbfe72 Mon Sep 17 00:00:00 2001 From: Eric Willigers Date: Mon, 29 May 2023 21:38:08 +1000 Subject: [PATCH] Use Clojure online editor settings (#29) We use the Clojure highlightjs syntax highlighting. Two spaces are used for indenting. --- config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index b29c569..02ffa60 100644 --- a/config.json +++ b/config.json @@ -13,8 +13,8 @@ "version": 3, "online_editor": { "indent_style": "space", - "indent_size": 4, - "highlightjs_language": "text" + "indent_size": 2, + "highlightjs_language": "clojure" }, "files": { "solution": [