File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ source ../../../.venv/bin/activate
111111### C++ Code Formatting
112112** ALWAYS format C++ code before committing:**
113113``` bash
114- clang-format -i src/ ** / * .cpp include/ ** / * .h
114+ git clang-format --binary clang-format-16
115115```
116116
117117Configuration is in ` .clang-format ` with these key rules:
@@ -205,7 +205,7 @@ Primary tools:
205205## Common Validation Steps
206206
207207### After Making Changes
208- 1 . ** Format code** : ` clang-format -i modified_files.cpp `
208+ 1 . ** Format code** : ` git clang-format --binary clang-format-16 `
2092092 . ** Build** : ` cmake --build build --config Release `
2102103 . ** Test** : ` ctest --test-dir build --output-on-failure `
2112114 . ** Server tests** (if modifying server): ` cd tools/server/tests && source ../../../.venv/bin/activate && ./tests.sh `
You can’t perform that action at this time.
0 commit comments