浏览代码

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;
   };
 }