From 46aaba83f1715d37f0fb1eed3900efc0786437f0 Mon Sep 17 00:00:00 2001 From: Christoph Heiss Date: Wed, 3 Jul 2024 17:05:24 +0200 Subject: [PATCH] flake: add formatter for toml files Signed-off-by: Christoph Heiss --- flake.nix | 1 + statix.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index a99131c..7162cfe 100644 --- a/flake.nix +++ b/flake.nix @@ -94,6 +94,7 @@ shellcheck.enable = true; statix.enable = true; stylua.enable = true; + taplo.enable = true; }; }; diff --git a/statix.toml b/statix.toml index c2814e5..3f02ae4 100644 --- a/statix.toml +++ b/statix.toml @@ -1 +1 @@ -disabled = [ "repeated_keys" ] +disabled = ["repeated_keys"]