From 5cee2161300b7bcca7c16f202c6b75201d6f2eb3 Mon Sep 17 00:00:00 2001 From: rootiest Date: Sat, 23 Aug 2025 11:50:00 -0400 Subject: [PATCH] style(cooklang): cooklang style rules --- .cooklang/config.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .cooklang/config.toml 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"