Skip to content

Commit c1f1792

Browse files
authored
chore: minor Markdown improvements
1 parent 1772ee0 commit c1f1792

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ You can add new algorithms or data structures that are **not present in the repo
3737
- You can suggest reasonable changes to existing algorithms.
3838
- Strictly use snake_case (underscore_separated) in filenames.
3939
- If you have added or modified code, please make sure the code compiles before submitting.
40-
- Our automated testing runs [__CMake__](https://cmake.org/) on all the pull requests, so please be sure that your code passes before submitting.
40+
- Our automated testing runs [**CMake**](https://cmake.org/) on all the pull requests, so please be sure that your code passes before submitting.
4141
- 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.
4242
- **Be consistent in the use of these guidelines.**
4343

@@ -212,7 +212,7 @@ clang-tidy --fix --quiet -p build subfolder/file_to_check.cpp --
212212

213213
#### Code Formatter
214214

215-
[`__clang-format__`](https://clang.llvm.org/docs/ClangFormat.html) is used for code formatting.
215+
[`clang-format`](https://clang.llvm.org/docs/ClangFormat.html) is used for code formatting.
216216

217217
- Installation (only needs to be installed once.)
218218
- Mac (using home-brew): `brew install clang-format`

0 commit comments

Comments
 (0)