We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b09aecf commit 0402fbfCopy full SHA for 0402fbf
CONTRIBUTING.md
@@ -50,8 +50,6 @@ You can contribute by:
50
## Code Style Guides
51
52
- 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
- ```
+ 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).
+
57
0 commit comments