From 5126c9ed83fe6169463566e74f966a4a63e57ca0 Mon Sep 17 00:00:00 2001 From: Sophie Forrest Date: Fri, 30 Aug 2024 23:35:45 +1200 Subject: feat: initial commit of brainf interpreter --- .taplo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .taplo.toml (limited to '.taplo.toml') diff --git a/.taplo.toml b/.taplo.toml new file mode 100644 index 0000000..88958ed --- /dev/null +++ b/.taplo.toml @@ -0,0 +1,10 @@ +[formatting] +indent_string = " " +reorder_keys = false + +[[rule]] +include = ["**/Cargo.toml"] +keys = ["dependencies"] + +[rule.formatting] +reorder_keys = true -- cgit 1.4.1