From 05454c0a228c81b37f4718433bbd57578a2a44a6 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Tue, 2 Apr 2024 14:45:09 +0200 Subject: fix(treefmt.nix): Only ignore the manual template in this repo Otherwise, the ignore-string gets replaced with the real name of the manual, and it stays ignored. --- common/files/treefmt.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'common/files') diff --git a/common/files/treefmt.nix b/common/files/treefmt.nix index 540a6ca..1cbab40 100644 --- a/common/files/treefmt.nix +++ b/common/files/treefmt.nix @@ -59,7 +59,6 @@ treefmt-nix.lib.evalModule pkgs ( global.excludes = [ "CHANGELOG.md" "NEWS.md" - "%INIT_APPLICATION_NAME.1.md" ]; formatter = { clang-format = { -- cgit 1.4.1