diff options
Diffstat (limited to '.cooklang/config.toml')
| -rw-r--r-- | .cooklang/config.toml | 19 |
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 |
