From edeafc953e4f7539143c791d4ed62b8542941dd2 Mon Sep 17 00:00:00 2001 From: thedevbirb Date: Thu, 13 Nov 2025 18:27:45 +0100 Subject: [PATCH] feat: .taplo.toml --- .taplo.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .taplo.toml diff --git a/.taplo.toml b/.taplo.toml new file mode 100644 index 0000000..7b36c7a --- /dev/null +++ b/.taplo.toml @@ -0,0 +1,3 @@ +[formatting] +indent_string = " " +array_trailing_comma = false