mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
chore: minor Markdown improvements
This commit is contained in:
parent
1772ee06cc
commit
c1f17927aa
@ -37,7 +37,7 @@ You can add new algorithms or data structures that are **not present in the repo
|
|||||||
- You can suggest reasonable changes to existing algorithms.
|
- You can suggest reasonable changes to existing algorithms.
|
||||||
- Strictly use snake_case (underscore_separated) in filenames.
|
- Strictly use snake_case (underscore_separated) in filenames.
|
||||||
- If you have added or modified code, please make sure the code compiles before submitting.
|
- If you have added or modified code, please make sure the code compiles before submitting.
|
||||||
- Our automated testing runs [__CMake__](https://cmake.org/) on all the pull requests, so please be sure that your code passes before submitting.
|
- Our automated testing runs [**CMake**](https://cmake.org/) on all the pull requests, so please be sure that your code passes before submitting.
|
||||||
- Please conform to [Doxygen](https://www.doxygen.nl/manual/docblocks.html) standards and document the code as much as possible. This not only facilitates the readers but also generates the correct info on the website.
|
- Please conform to [Doxygen](https://www.doxygen.nl/manual/docblocks.html) standards and document the code as much as possible. This not only facilitates the readers but also generates the correct info on the website.
|
||||||
- **Be consistent in the use of these guidelines.**
|
- **Be consistent in the use of these guidelines.**
|
||||||
|
|
||||||
@ -212,7 +212,7 @@ clang-tidy --fix --quiet -p build subfolder/file_to_check.cpp --
|
|||||||
|
|
||||||
#### Code Formatter
|
#### Code Formatter
|
||||||
|
|
||||||
[`__clang-format__`](https://clang.llvm.org/docs/ClangFormat.html) is used for code formatting.
|
[`clang-format`](https://clang.llvm.org/docs/ClangFormat.html) is used for code formatting.
|
||||||
|
|
||||||
- Installation (only needs to be installed once.)
|
- Installation (only needs to be installed once.)
|
||||||
- Mac (using home-brew): `brew install clang-format`
|
- Mac (using home-brew): `brew install clang-format`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user