Skip to content

Commit e838797

Browse files
authored
Help claude do a better job with formatting (#1138)
At least 2 recent contributors (including me) have had to make extra commits after running afoul of the formatting check. Maybe this will help?
1 parent 65ec7f2 commit e838797

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

AGENTS.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,14 @@ just test -p ark
6363
just clippy
6464
```
6565

66+
### Formatting
67+
68+
```sh
69+
cargo +nightly fmt --all
70+
```
71+
72+
This requires the nightly toolchain because `.rustfmt.toml` uses nightly-only options.
73+
6674
### Kernel and DAP Test Infrastructure
6775

6876
Integration tests for the kernel and DAP server live in `crates/ark/tests/` and use the test utilities from `crates/ark_test/`.

0 commit comments

Comments
 (0)