From c4ce297ff951583c9ffe3a88aa22933577b329da Mon Sep 17 00:00:00 2001 From: Sophie Forrest Date: Fri, 6 Sep 2024 13:55:19 +1200 Subject: refactor: make clippy happy + no cloning --- .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..9773ffd --- /dev/null +++ b/.taplo.toml @@ -0,0 +1,10 @@ +[formatting] +indent_string = " " +reorder_keys = false + +[[rule]] +include = ["**/Cargo.toml"] +keys = ["dependencies", "lints.clippy"] + +[rule.formatting] +reorder_keys = true -- cgit 1.4.1