From 7da985da6bfd83d0ef95e521949e1ef342c440e8 Mon Sep 17 00:00:00 2001 From: AltCode Date: Wed, 22 Apr 2026 21:09:32 +0200 Subject: [PATCH] Add `taplo` configuration file --- .taplo.toml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .taplo.toml diff --git a/.taplo.toml b/.taplo.toml new file mode 100644 index 0000000..3312c8e --- /dev/null +++ b/.taplo.toml @@ -0,0 +1,4 @@ +[formatting] +array_auto_collapse = false +array_trailing_comma = true +inline_table_expand = false