From e3cb82a3b33bd2a2e49c58ce18d1258fb505869e Mon Sep 17 00:00:00 2001 From: Sophie Forrest Date: Fri, 30 Aug 2024 23:13:20 +1200 Subject: chore: initial commit (codeberg upload) --- .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