Skip to content

Commit 388b2e5

Browse files
committed
Ignore GH templates in formatting
1 parent 493dfca commit 388b2e5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

treefmt.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
[formatter.markdown]
22
command = "mdl"
33
includes = [ "*.md" ]
4+
excludes = [
5+
".github/pull_request_template.md",
6+
".github/ISSUE_TEMPLATE/*.md",
7+
]
48

59
[formatter.nix]
610
command = "alejandra"

0 commit comments

Comments
 (0)