Skip to content

Commit 872b09a

Browse files
committedNov 11, 2024·
treefmt: remove redundant flag, exclude symlinked file
1 parent 614e60a commit 872b09a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
 

‎dev/treefmt.nix

+4-2
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,13 @@
5959

6060
prettier = {
6161
options = [
62-
"--write"
6362
"--prose-wrap"
6463
"never"
6564
];
66-
excludes = [ "*secrets.yaml" ];
65+
excludes = [
66+
"config.yaml"
67+
"*secrets.yaml"
68+
];
6769
};
6870
};
6971
}

0 commit comments

Comments
 (0)
Please sign in to comment.