Skip to content

Commit 2e7f279

Browse files
committed
Explain the auto-formatter
1 parent 9908118 commit 2e7f279

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

AGENTS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,7 @@
66
`ops/`; the real evaluator is in `eval/`; the REPL is in `repl.rkt`.
77
The tests are in `test.rkt`; the nightly is `time.rkt`. The nightly
88
also has various helper functions in `infra/`
9+
- Mandatory auto-format. Always run `make fmt` before finishing your
10+
task to format your code correctly.
911
- When editing an interval arithmetic function, always run the tests.
1012
Run tests with `racket -y test.rkt add` (for the right function).

0 commit comments

Comments
 (0)