From 73472d6ab13d614760c52e42308a9c78ea28381d Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 22 Sep 2024 13:19:04 -0700 Subject: formatted correctly --- treefmt.toml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/treefmt.toml b/treefmt.toml index ece9c3e..67dd3df 100644 --- a/treefmt.toml +++ b/treefmt.toml @@ -3,14 +3,11 @@ command = "nixpkgs-fmt" includes = ["*.nix"] [formatter.toml] -command = "taplo" -options = ["format", "$@"] +command = "taplo" +options = ["format", "$@"] includes = ["*.toml"] [formatter.prettier] command = "prettier" options = ["--write"] -includes = [ - "*.css", - "*.md", -] +includes = ["*.css", "*.md"] -- cgit v1.2.3