diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2025-08-13 20:10:54 +0200 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2025-08-13 20:10:54 +0200 |
commit | bf1dd870c839a447d6a1f7035fac2f347185925a (patch) | |
tree | 75502ca886bae271263de7a3391d5a150fc43cf8 /CLAUDE.md | |
parent | cdaecb2a0e4f5c25338cd7f11f3b881194068ac9 (diff) |
CLAUDE.md: Add formatting instructions.
Diffstat (limited to 'CLAUDE.md')
-rw-r--r-- | CLAUDE.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |