From 654aee620eaef0c18612bfec6716dedb0e21cd79 Mon Sep 17 00:00:00 2001 From: Awiteb Date: Sat, 3 May 2025 15:23:41 +0000 Subject: [PATCH] chore: Add `.taplo.toml` file 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