From 376161ce2c503d49265a9a6f37a3c9928e6b067e Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Tue, 25 Jul 2023 12:06:15 +0800 Subject: [PATCH] config: add excluded files to be formatted --- treefmt.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/treefmt.toml b/treefmt.toml index 152fe5f9..62226636 100644 --- a/treefmt.toml +++ b/treefmt.toml @@ -1,3 +1,8 @@ +[global] +excludes = [ + "pkgs/firefox-addons/default.nix" +] + [formatter.lua] command = "stylua" includes = [ "*.lua" ]