Skip to content

Commit 4718603

Browse files
authored
Merge branch 'main' into xuanwo/add-explain
2 parents bdf0fc6 + 436b20c commit 4718603

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

AGENTS.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,14 @@ cargo check --manifest-path Cargo.toml
2929
cargo clippy --manifest-path Cargo.toml --all-targets
3030
```
3131

32+
### Formatting
33+
34+
This repository is configured with `uv`, so you can run formatting via:
35+
36+
```bash
37+
uv run make format
38+
```
39+
3240
### Testing
3341

3442
The `release` build can be slow. For fast iteration, prefer `test_debug` when available.

0 commit comments

Comments
 (0)