From e5ecf4a1ee5bebecebab26b59c45242720440007 Mon Sep 17 00:00:00 2001 From: Rostyslav Tyshko Date: Fri, 6 Jun 2025 16:53:35 -0400 Subject: [PATCH] add taplo config file --- .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..ec01b62 --- /dev/null +++ b/.taplo.toml @@ -0,0 +1,3 @@ +include = ["Cargo.toml", "**/*.toml"] + +exclude = ["template/*"]