Make CLAUDE.md instructions more strict around trailing whitespace
parent
12f7654b5c
commit
5069e46759
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue