From 6216c597bd07bb62f47d44fe23d9aefa529ddc33 Mon Sep 17 00:00:00 2001 From: Chris Wells Date: Mon, 11 Nov 2024 15:04:27 -0600 Subject: Added config --- .cooklang/config.toml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .cooklang/config.toml (limited to '.cooklang/config.toml') 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 -- cgit v1.2.3