We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65ec7f2 commit e838797Copy full SHA for e838797
1 file changed
AGENTS.md
@@ -63,6 +63,14 @@ just test -p ark
63
just clippy
64
```
65
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
74
### Kernel and DAP Test Infrastructure
75
76
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