Skip to content

Commit 9335618

Browse files
committed
{"schema":"cmsg/1","type":"chore","scope":"global","summary":"Update Taplo exclude pattern for
worktrees","intent":"Correct the directory name from .worktree to .worktrees in configuration","impact":"Ensures Taplo formatting ignores the correct worktree directory","breaking":false,"risk":"low","refs":[]}
1 parent f2b7d0b commit 9335618

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.taplo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
exclude = [
2-
".worktree",
2+
".worktrees",
33
"Makefile.toml",
44
]
55

0 commit comments

Comments
 (0)