From bfe352504a96b85c73500895331738fb7f3a6a5e Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Tue, 2 Apr 2024 14:21:17 +0200 Subject: chore(common/treefmt.nix): Ignore the pre-generation markdown file This file has semantic changes, when it's formatted (at least, that's what `mdformat` tells me). So we just ignore it. --- common/files/treefmt.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'common/files/treefmt.nix') diff --git a/common/files/treefmt.nix b/common/files/treefmt.nix index 1cbab40..540a6ca 100644 --- a/common/files/treefmt.nix +++ b/common/files/treefmt.nix @@ -59,6 +59,7 @@ treefmt-nix.lib.evalModule pkgs ( global.excludes = [ "CHANGELOG.md" "NEWS.md" + "%INIT_APPLICATION_NAME.1.md" ]; formatter = { clang-format = { -- cgit 1.4.1