From b937eec5078145d061b112dff31624ccffcf45a5 Mon Sep 17 00:00:00 2001 From: Chris Conlon Date: Mon, 23 Feb 2026 15:58:12 -0700 Subject: [PATCH] Update CLAUDE.md 80-char line rule, as suggested by Opus 4.6 --- CLAUDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index 9ba76ad..97d2abc 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -9,7 +9,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 - Use 4 spaces for one tab, no hard tabs