aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-04-02 14:21:17 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-04-02 14:24:56 +0200
commitbfe352504a96b85c73500895331738fb7f3a6a5e (patch)
tree0718ab9196773d229bc4eefd1ad07ceb715cec3d
parentfeat(common/docs): Automatically rename to application name (diff)
downloadflake-templates-bfe352504a96b85c73500895331738fb7f3a6a5e.zip
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.
-rw-r--r--common/files/treefmt.nix1
1 files changed, 1 insertions, 0 deletions
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 = {