diff --git a/.cooklang/config.toml b/.cooklang/config.toml new file mode 100644 index 0000000..1ed77d6 --- /dev/null +++ b/.cooklang/config.toml @@ -0,0 +1,5 @@ +default_units = true +warnings_as_errors = false +recipe_ref_check = true +max_depth = 10 +extensions = "all"