Skip to content

Commit

Permalink
Update CONTRIBUTING.md (shadps4-emu#316)
Browse files Browse the repository at this point in the history
Syntax highlighting for the example code
  • Loading branch information
noxifoxi authored Jul 23, 2024
1 parent 7f990ea commit f593204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Follow the indentation/whitespace style shown below. Do not use tabs, use 4-spac
* For doc-comments (Doxygen comments), use /// if it's a single line, else use the /** */ style featured in the example. Start the text on the second line, not the first containing /**.
* For items that are both defined and declared in two separate files, put the doc-comment only next to the associated declaration. (In a header file, usually.) Otherwise, put it next to the implementation. Never duplicate doc-comments in both places.

```
```c++
// Includes should be sorted lexicographically
// STD includes first
#include <array>
Expand Down

0 comments on commit f593204

Please sign in to comment.