mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-03-21 12:23:13 +08:00
Documentation for d03a7068d0
This commit is contained in:
@@ -113,7 +113,7 @@ Contributor</h2>
|
||||
<li>Please follow the repository guidelines and standards mentioned below.</li>
|
||||
</ul>
|
||||
<p ><b>New implementation</b> New implementations are welcome!</p>
|
||||
<p >You can add new algorithms or data structures which are <b>not present in the repository</b> or that can <b>improve</b> the old implementations (<b>documentation</b>, <b>improving test cases</b>, removing bugs or in any other resonable sense)</p>
|
||||
<p >You can add new algorithms or data structures which are <b>not present in the repository</b> or that can <b>improve</b> the old implementations (<b>documentation</b>, <b>improving test cases</b>, removing bugs or in any other reasonable sense)</p>
|
||||
<p ><b>Issues</b> Please avoid opening issues asking to be "assigned” to a particular algorithm. This merely creates unnecessary noise for maintainers. Instead, please submit your implementation in a pull request, and it will be evaluated by project maintainers.
|
||||
|
||||
@subsection autotoc_md26 Making Changes
|
||||
@@ -299,7 +299,7 @@ clang-tidy --fix --quiet -p build subfolder/file_to_check.cpp --
|
||||
|
||||
@subsubsection autotoc_md37 Code Formatter
|
||||
|
||||
<a href="<a href="https://clang.llvm.org/docs/ClangFormat.html">https://clang.llvm.org/docs/ClangFormat.html</a>" target="_blank" ><tt>__clang-format__</tt></a> is used for code forrmating.
|
||||
<a href="<a href="https://clang.llvm.org/docs/ClangFormat.html">https://clang.llvm.org/docs/ClangFormat.html</a>" target="_blank" ><tt>__clang-format__</tt></a> is used for code formatting.
|
||||
|
||||
- Installation (only needs to be installed once.)
|
||||
- Mac (using home-brew): <tt>brew install clang-format</tt>
|
||||
|
||||
Reference in New Issue
Block a user