From bf1dd870c839a447d6a1f7035fac2f347185925a Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Wed, 13 Aug 2025 20:10:54 +0200 Subject: CLAUDE.md: Add formatting instructions. --- CLAUDE.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'CLAUDE.md') diff --git a/CLAUDE.md b/CLAUDE.md index 8a6539c..0ad2606 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -20,6 +20,14 @@ cargo run # Run in debug mode with REPL shell cargo build # Build debug version ``` +## Instructions + +Always run the `zig fmt` to format source code after every change. Example: + +``` +find . -name \*.zig -exec 'zig' 'fmt' '{}' ';' +``` + ## Architecture ### Command System Design -- cgit v1.2.1