Skip to content

Commit a9e4497

Browse files
committed
chore: exclude files not to format
1 parent e132ea5 commit a9e4497

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

treefmt.toml

+20-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
1-
excludes = ["package-lock.json", ".gitignore"]
1+
excludes = [
2+
"package-lock.json",
3+
".gitignore",
4+
"*.png",
5+
"*.hdr",
6+
"*.glb",
7+
"*.txt",
8+
"*.gltf",
9+
"flake.lock",
10+
"*.bin",
11+
"*.svg",
12+
"*.mtl",
13+
".envrc",
14+
]
215

316
[formatter.prettier]
417
command = "prettier"
@@ -28,3 +41,9 @@ command = "taplo"
2841
excludes = []
2942
includes = ["*.toml"]
3043
options = ["format"]
44+
45+
[formatter.nixfmt-rfc-style]
46+
command = "nixfmt"
47+
excludes = []
48+
includes = ["*.nix"]
49+
options = []

0 commit comments

Comments
 (0)