Skip to content

Commit

Permalink
Disable auto-formatting for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
wsx-antithesis committed May 7, 2024
1 parent 4f69e97 commit 7fdc05c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,11 @@
inherit (antithesis-sdk-rust) workspaceMSRV clippy test;
};

formatters = pkgs: {
"*.rs" = "${pkgs.rustfmt}/bin/rustfmt";
"*.nix" = "${pkgs.nixpkgs-fmt}/bin/nixpkgs-fmt";
};
# TODO: Decide whether we want auto formatting.
# formatters = pkgs: {
# "*.rs" = "${pkgs.rustfmt}/bin/rustfmt";
# "*.nix" = "${pkgs.nixpkgs-fmt}/bin/nixpkgs-fmt";
# };

flakelight.builtinFormatters = false;
};
Expand Down

0 comments on commit 7fdc05c

Please sign in to comment.