From 13becb31e8b669dd6254c68b3aae110e7711d9db Mon Sep 17 00:00:00 2001 From: Sophie Forrest <57433227+sophieforrest@users.noreply.github.com> Date: Sat, 13 Jan 2024 19:17:57 +1300 Subject: chore: init project --- .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