From 2c21a7e2690ef2ce5c1abf4c6836a124d9ce803e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ingy=20d=C3=B6t=20Net?= Date: Tue, 9 Jul 2024 21:03:54 -0700 Subject: [PATCH] Add blurb and indent size of 2 to config.json --- config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index da53c1f..9a24380 100644 --- a/config.json +++ b/config.json @@ -8,11 +8,11 @@ "representer": false, "analyzer": false }, - "blurb": "TODO: add blurb", + "blurb": "YAMLScript is a dynamic, general purpose programming language. It has a clean YAML syntax and embeds nicely into existing YAML files, making the desired parts of them dynamic. When a YAMLScript program is run, the source code transpiles to Clojure code, and is evaluted by a native binary runtime interpreter called `ys` (not by the JVM). YAMLScript is also available as a dynamic YAML loader library (libyamlscript.so binding) in many popular programming languages, like Python, NodeJS, Rust and Go.", "version": 3, "online_editor": { "indent_style": "space", - "indent_size": 4 + "indent_size": 2 }, "files": { "solution": [],