mirror of
https://github.com/lowRISC/ibex.git
synced 2025-06-27 08:50:44 -04:00
[doc] Fix C++ style guide link in README
Signed-off-by: James Wainwright <james.wainwright@lowrisc.org>
This commit is contained in:
parent
d019dccb4b
commit
d97a0b4a98
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ When contributing SystemVerilog source code, please try to be consistent and adh
|
|||
coding style guide](https://github.com/lowRISC/style-guides/blob/master/VerilogCodingStyle.md).
|
||||
|
||||
When contributing C or C++ source code, please try to adhere to [the OpenTitan C++ coding style
|
||||
guide](https://docs.opentitan.org/doc/rm/c_cpp_coding_style/).
|
||||
guide](https://opentitan.org/book/doc/contributing/style_guides/c_cpp_coding_style.html).
|
||||
All C and C++ code should be formatted with clang-format before committing.
|
||||
Either run `clang-format -i filename.cc` or `git clang-format` on added files.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue