Skip to content

Commit 8e0cbf1

Browse files
authored
remove --binary flag
1 parent dbf0433 commit 8e0cbf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/copilot-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ Primary tools:
204204
## Common Validation Steps
205205

206206
### After Making Changes
207-
1. **Format code**: `git clang-format --binary clang-format-16`
207+
1. **Format code**: `git clang-format`
208208
2. **Build**: `cmake --build build --config Release`
209209
3. **Test**: `ctest --test-dir build --output-on-failure`
210210
4. **Server tests** (if modifying server): `cd tools/server/tests && source ../../../.venv/bin/activate && ./tests.sh`

0 commit comments

Comments
 (0)