From caefb266bee301922a4cf4d4564b1b000a0a21c3 Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Sat, 31 Aug 2024 16:26:04 -0500 Subject: [PATCH] flake-modules/dev: treefmt ignore .editorconfig --- flake-modules/dev/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake-modules/dev/default.nix b/flake-modules/dev/default.nix index 7f2780ed..96673f6b 100644 --- a/flake-modules/dev/default.nix +++ b/flake-modules/dev/default.nix @@ -41,6 +41,7 @@ settings = { global.excludes = [ + ".editorconfig" ".envrc" ".git-blame-ignore-revs" ".gitignore"