summary refs log tree commit diff
path: root/.taplo.toml
diff options
context:
space:
mode:
authorSophie Forrest <git@sophieforrest.com>2024-09-06 13:55:19 +1200
committerSophie Forrest <git@sophieforrest.com>2024-09-06 13:55:19 +1200
commitc4ce297ff951583c9ffe3a88aa22933577b329da (patch)
tree93f55666b0ba0d74be87e10380dcc25a84a17677 /.taplo.toml
parent151ab2e8a837242f9654be1280286dc9514fe49c (diff)
refactor: make clippy happy + no cloning
Diffstat (limited to '')
-rw-r--r--.taplo.toml10
1 files changed, 10 insertions, 0 deletions
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