Make CLAUDE.md instructions more strict around trailing whitespace

pull/267/head
Chris Conlon 2025-05-13 16:46:51 -06:00
parent 12f7654b5c
commit 5069e46759
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@
# Code Style # Code Style
- Keep lines under 80 characters maximum length - Keep lines under 80 characters maximum length
- Only use multi-line comments, no "//" style ones - MUST only use multi-line comments, no "//" style ones
- Remove any trailing white space - MUST remove all trailing white space
- Use 4 spaces for one tab, no hard tabs - Use 4 spaces for one tab, no hard tabs
# Source Code Organization # Source Code Organization