Sfoglia il codice sorgente

enable alejandra to format nix files/spot formatting errors

sbatial 2 anni fa
parent
commit
94915a3c4d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      treefmt.nix

+ 1 - 1
treefmt.nix

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