From cfbcf122769d613e08ed906021d84ab5c0db95c0 Mon Sep 17 00:00:00 2001 From: Rebecca Turner Date: Thu, 4 Apr 2024 16:07:44 -0700 Subject: Format Nix code with `nixfmt` Change-Id: I61efeb666ff7481c05fcb247168290e86a250151 --- treefmt.toml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'treefmt.toml') diff --git a/treefmt.toml b/treefmt.toml index ff7d972be..0d8323d6e 100644 --- a/treefmt.toml +++ b/treefmt.toml @@ -1,5 +1,4 @@ -[formatter] -# [formatter.nix] -# command = "nixfmt" -# includes = ["*.nix"] -# excludes = ["tests/**"] +[formatter.nix] +command = "nixfmt" +includes = ["*.nix"] +excludes = ["tests/**"] -- cgit v1.2.3