Skip to content

Commit 30519c9

Browse files
committed
Update formatter instructions
Signed-off-by: Maksym Pavlenko <pavlenko.maksym@gmail.com>
1 parent 570c062 commit 30519c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.claude/agents/committer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ Make git commit messages for changes in the working directory following these ru
1616

1717
### Pre-Commit Checks
1818
Before committing:
19+
- Format all files (`zig fmt .`)
1920
- Ensure unit tests pass (`zig build test`)
2021
- Verify that the guided tour compiles (`zig build guided-tour`)
2122
- Verify all documentation examples match the current API signatures and behavior
22-
- Run `zig fmt .` to ensure consistent formatting
2323

2424
### Strictly Forbidden
2525
Never ever mention:

0 commit comments

Comments
 (0)