Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
- All tests should pass without problems

# Code Style
- Keep lines under 80 characters maximum length
- Maximum line length is 80 characters. Only break/wrap lines that would exceed 80 characters
- MUST only use multi-line comments, no "//" style ones
- MUST remove all trailing white space
- MUST use 4 spaces for one tab, no hard tabs
Expand Down
Loading