mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-24 22:34:54 +02:00
Update CONTRIBUTING.md
This commit is contained in:
parent
f6b7bb0469
commit
7a43154934
@ -54,7 +54,7 @@ In short: The easier the code review is, the better the chance your pull request
|
|||||||
|
|
||||||
* ###### Good:
|
* ###### Good:
|
||||||
```cpp
|
```cpp
|
||||||
if (10 == a && 42 == b)
|
if (a == 10 && b == 42)
|
||||||
```
|
```
|
||||||
|
|
||||||
* ###### Bad:
|
* ###### Bad:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user