about summary refs log tree commit diff stats
path: root/common/files
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-04-02 14:45:09 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-04-02 14:45:09 +0200
commit05454c0a228c81b37f4718433bbd57578a2a44a6 (patch)
tree4b7726ddac1e8c22b8e76bb7e2fce25c36191ff2 /common/files
parentfix(common/files/init): Replace the variables globally (diff)
downloadflake-templates-05454c0a228c81b37f4718433bbd57578a2a44a6.tar.gz
flake-templates-05454c0a228c81b37f4718433bbd57578a2a44a6.zip
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.
Diffstat (limited to 'common/files')
-rw-r--r--common/files/treefmt.nix1
1 files changed, 0 insertions, 1 deletions
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 = {