From 28c828f06d23f6ce061e00958e8df7ec33e7ec72 Mon Sep 17 00:00:00 2001
From: Awiteb
Date: Thu, 14 Nov 2024 19:13:44 +0000
Subject: [PATCH] chore: Add taplo configurations
Signed-off-by: Awiteb
---
taplo.toml | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 taplo.toml
diff --git a/taplo.toml b/taplo.toml
new file mode 100644
index 0000000..607d5a8
--- /dev/null
+++ b/taplo.toml
@@ -0,0 +1,9 @@
+[formatting]
+align_entries = true
+indent_tables = true
+reorder_keys = false
+
+[[rule]]
+include = ["**/Cargo.toml"]
+keys = ["dependencies"]
+formatting.reorder_keys = true