From 5069e46759b3878830ec1e847a88c097e83e33e3 Mon Sep 17 00:00:00 2001 From: Chris Conlon Date: Tue, 13 May 2025 16:46:51 -0600 Subject: [PATCH] Make CLAUDE.md instructions more strict around trailing whitespace --- CLAUDE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index 96e2af1..9ba76ad 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -10,8 +10,8 @@ # Code Style - Keep lines under 80 characters maximum length -- Only use multi-line comments, no "//" style ones -- Remove any trailing white space +- MUST only use multi-line comments, no "//" style ones +- MUST remove all trailing white space - Use 4 spaces for one tab, no hard tabs # Source Code Organization