aboutsummaryrefslogtreecommitdiff
path: root/treefmt.toml
diff options
context:
space:
mode:
authorRebecca Turner <rbt@sent.as>2024-04-04 16:07:44 -0700
committerRebecca Turner <rbt@sent.as>2024-04-08 13:00:00 -0700
commitcfbcf122769d613e08ed906021d84ab5c0db95c0 (patch)
treef7ee0873b07cf94c8544b7862b332206da253ec5 /treefmt.toml
parentb3233405381b50c7f7eb87d7962b25a06d16be44 (diff)
Format Nix code with `nixfmt`
Change-Id: I61efeb666ff7481c05fcb247168290e86a250151
Diffstat (limited to 'treefmt.toml')
-rw-r--r--treefmt.toml9
1 files changed, 4 insertions, 5 deletions
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/**"]