From 851d2aa212576201848bb1f002e068646808260c Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Thu, 31 Aug 2023 12:21:47 -0400 Subject: [PATCH] treefmt: Replace crystal with deno Deno is the future. --- treefmt.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/treefmt.toml b/treefmt.toml index 04bdf00..7c0f851 100644 --- a/treefmt.toml +++ b/treefmt.toml @@ -1,7 +1,7 @@ -[formatter.crystal] -command = "crystal" -options = ["tool", "format"] -includes = [ "*.cr" ] +[formatter.deno] +command = "deno" +options = ["fmt"] +includes = [ "*.ts" ] [formatter.nix] command = "nixpkgs-fmt"