Skip to content

Commit 0402fbf

Browse files
authored
Update CONTRIBUTING.md
format code using tool/format.sh
1 parent b09aecf commit 0402fbf

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ You can contribute by:
5050
## Code Style Guides
5151

5252
- See [C++ Code clang-format](https://marketplace.visualstudio.com/items?itemName=xaver.clang-format).
53-
After clang-format installed(version 16.0.6, can be installed by: pip install clang-format==16.0.6), using command:
54-
```bash
55-
clang-format -sort-includes=false -style="{BasedOnStyle: llvm, IndentWidth: 4}" -i <your file>
56-
```
53+
After clang-format installed(version 16.0.6, can be installed by: pip install clang-format==16.0.6), using [tool/format.sh](tool/format.sh).
54+
5755

0 commit comments

Comments
 (0)