diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-04-02 14:45:09 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-04-02 14:45:09 +0200 |
commit | 05454c0a228c81b37f4718433bbd57578a2a44a6 (patch) | |
tree | 4b7726ddac1e8c22b8e76bb7e2fce25c36191ff2 /common/files | |
parent | fix(common/files/init): Replace the variables globally (diff) | |
download | flake-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.nix | 1 |
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 = { |