From bb073ec14140d688384ea7ef008e049a8d2c3dbe Mon Sep 17 00:00:00 2001 From: Ranadeep Biswas Date: Fri, 26 Apr 2024 10:28:20 +0200 Subject: [PATCH] add taplo config --- taplo.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 taplo.toml diff --git a/taplo.toml b/taplo.toml new file mode 100644 index 00000000..edaa7882 --- /dev/null +++ b/taplo.toml @@ -0,0 +1,7 @@ +include = [ "taplo.toml", "**/Cargo.toml" ] + +[formatting] +align_entries = true +compact_arrays = false +array_auto_expand = false +array_auto_collapse = false