Skip to content

Commit 93e384a

Browse files
chore: watch and format only one file (#105)
1 parent 618ab10 commit 93e384a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.watch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
change: "src/**"
1414

1515
- name: run formatter (tag:quick)
16-
run: "cargo fmt"
16+
run: "cargo fmt -- {{filepath}}"
1717
change: "src/**"
1818
ignore: "src/**/*log*"
1919

0 commit comments

Comments
 (0)