Преглед изворни кода

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