Changed formatter

This commit is contained in:
Fred Drake
2024-10-03 18:21:38 -04:00
parent b87c111a6f
commit 66d63960cf
+4 -1
View File
@@ -140,7 +140,10 @@ in { pkgs, ... }: {
black.enable = true;
hclfmt.enable = true;
just.enable = true;
nixfmt.enable = true;
nixfmt = {
enable = true;
package = pkgs.nixfmt-rfc-style;
};
opentofu_fmt.enable = true;
prettier.enable = true;
# rubyfmt is broken on darwin-based systems