From dcb52e2889a40b3203dadb89d25eefbfbf5abd31 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Wed, 15 Jan 2025 14:22:10 +0800 Subject: [PATCH] config: fix treefmt config --- treefmt.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/treefmt.toml b/treefmt.toml index ea8b335f..1a51258f 100644 --- a/treefmt.toml +++ b/treefmt.toml @@ -1,7 +1,7 @@ [global] excludes = [ - "pkgs/firefox-addons/default.nix" - "subprojects" + "pkgs/firefox-addons/default.nix", + "subprojects", ] [formatter.lua]