summaryrefslogtreecommitdiff
path: root/config/necronomicon.json5
diff options
context:
space:
mode:
authorFelix Perktold <>2026-07-23 20:26:04 +0000
committerFelix Perktold <>2026-07-23 20:26:04 +0000
commite1feb22144d2821c577cb0a281f77c54306f437c (patch)
treec88aa93100893508ba9d60d2db55730f5a711616 /config/necronomicon.json5
asd
Diffstat (limited to 'config/necronomicon.json5')
-rw-r--r--config/necronomicon.json517
1 files changed, 17 insertions, 0 deletions
diff --git a/config/necronomicon.json5 b/config/necronomicon.json5
new file mode 100644
index 0000000..472a3e6
--- /dev/null
+++ b/config/necronomicon.json5
@@ -0,0 +1,17 @@
+{
+ // This is used to debug stuff
+ "debug": false,
+ // A test boolean
+ "test": false,
+ // A list!
+ // Supports multiple values using List.of()
+ "list": [
+ "test",
+ "test2"
+ ],
+ "exampleColors": {
+ "red": 255,
+ "green": 255,
+ "blue": 255
+ }
+} \ No newline at end of file