Skip to content

Commit 3728f6f

Browse files
runningcodeclaude
andauthored
docs: Add cargo fmt reminder to CLAUDE.md (#2738)
## Summary Add reminder to always run `cargo fmt` before committing Rust code changes for consistent formatting. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: Claude <noreply@anthropic.com>
1 parent 3c48dab commit 3728f6f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CLAUDE.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,7 @@ Access the `.cursor/rules/` directory and read rule file contents. Parse the fro
7676
- **Parse frontmatter carefully** - use the metadata to determine rule applicability
7777

7878
Treat these rules as **mandatory guidance** that you must follow for all code changes and development activities within this project.
79+
80+
# Code Formatting
81+
82+
**ALWAYS** run `cargo fmt` before committing any Rust code changes to ensure consistent formatting across the codebase.

0 commit comments

Comments
 (0)