Browse Source

enable alejandra to format nix files/spot formatting errors

sbatial 2 năm trước cách đây
mục cha
commit
94915a3c4d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;
   };
 }