From b43e5f279e44b4a9cc22e43b844b3ac65ee1b25d Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Thu, 1 Aug 2024 12:30:26 +0800 Subject: [PATCH] config: exclude subprojects for formatting --- treefmt.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/treefmt.toml b/treefmt.toml index aec83ef1..ea8b335f 100644 --- a/treefmt.toml +++ b/treefmt.toml @@ -1,6 +1,7 @@ [global] excludes = [ "pkgs/firefox-addons/default.nix" + "subprojects" ] [formatter.lua]