Update CLAUDE.md 80-char line rule, as suggested by Opus 4.6

pull/202/head
Chris Conlon 2026-02-23 16:47:08 -07:00
parent ae366dd9ec
commit 0475d37a3d
1 changed files with 1 additions and 1 deletions

View File

@ -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