We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbf0433 commit 8e0cbf1Copy full SHA for 8e0cbf1
.github/copilot-instructions.md
@@ -204,7 +204,7 @@ Primary tools:
204
## Common Validation Steps
205
206
### After Making Changes
207
-1. **Format code**: `git clang-format --binary clang-format-16`
+1. **Format code**: `git clang-format`
208
2. **Build**: `cmake --build build --config Release`
209
3. **Test**: `ctest --test-dir build --output-on-failure`
210
4. **Server tests** (if modifying server): `cd tools/server/tests && source ../../../.venv/bin/activate && ./tests.sh`
0 commit comments