瀏覽代碼

added shellcheck to treefmt

9glenda 2 年之前
父節點
當前提交
4517a51985
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      treefmt.nix

+ 1 - 0
treefmt.nix

@@ -3,5 +3,6 @@
   programs = {
     alejandra.enable = true;
     rustfmt.enable = true;
+    shellcheck.enable = true;
   };
 }