aboutsummaryrefslogtreecommitdiff
path: root/.cooklang/config.toml
diff options
context:
space:
mode:
authorChris Wells <chris@mathematicaster.org>2024-11-11 15:04:27 -0600
committerChris Wells <chris@mathematicaster.org>2024-11-11 15:04:27 -0600
commit6216c597bd07bb62f47d44fe23d9aefa529ddc33 (patch)
treeddc4f2eb6780d96a6e5c11abbed5e4545f02984b /.cooklang/config.toml
parent1881c58ac58bfcb661954062811d5ef962ff4053 (diff)
downloadcookbook-6216c597bd07bb62f47d44fe23d9aefa529ddc33.tar
cookbook-6216c597bd07bb62f47d44fe23d9aefa529ddc33.tar.gz
cookbook-6216c597bd07bb62f47d44fe23d9aefa529ddc33.tar.bz2
cookbook-6216c597bd07bb62f47d44fe23d9aefa529ddc33.tar.lz
cookbook-6216c597bd07bb62f47d44fe23d9aefa529ddc33.tar.xz
cookbook-6216c597bd07bb62f47d44fe23d9aefa529ddc33.tar.zst
cookbook-6216c597bd07bb62f47d44fe23d9aefa529ddc33.zip
Added config
Diffstat (limited to '.cooklang/config.toml')
-rw-r--r--.cooklang/config.toml19
1 files changed, 19 insertions, 0 deletions
diff --git a/.cooklang/config.toml b/.cooklang/config.toml
new file mode 100644
index 0000000..5e98982
--- /dev/null
+++ b/.cooklang/config.toml
@@ -0,0 +1,19 @@
+default_units = true
+warnings_as_errors = false
+recipe_ref_check = true
+max_depth = 10
+
+[extensions]
+MULTILINE_STEPS = true
+COMPONENT_MODIFIERS = true
+COMPONENT_NOTE = true
+COMPONENT_ALIAS = true
+SECTIONS = true
+ADVANCED_UNITS = true
+MODES = true
+TEMPERATURE = true
+TEXT_STEPS = true
+RANGE_VALUES = true
+TIMER_REQUIRES_TIME = true
+INTERMEDIATE_PREPARATIONS = true
+SPECIAL_METADATA = true