瀏覽代碼

enable alejandra to format nix files/spot formatting errors

sbatial 2 年之前
父節點
當前提交
94915a3c4d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      treefmt.nix

+ 1 - 1
treefmt.nix

@@ -1,7 +1,7 @@
 {
   projectRootFile = "Cargo.toml";
   programs = {
-    # alejandra.enable = true;
+    alejandra.enable = true;
     rustfmt.enable = true;
   };
 }