mirror of https://github.com/xzeldon/htop.git
Update docs/styleguide.md
Co-authored-by: BenBE <BenBE@geshi.org>
This commit is contained in:
parent
b2a8b2426e
commit
6ab1e468ef
|
@ -165,7 +165,7 @@ if (fd >= 0)
|
||||||
close(fd);
|
close(fd);
|
||||||
```
|
```
|
||||||
|
|
||||||
While the existing code base isn't fully consistent with this code style isn't fully consistent yet it is strongly recommended that new code follows these rules.
|
While the existing code base isn't fully consistent with this code style yet it is strongly recommended that new code follows these rules.
|
||||||
Adapting surrounding code near places you need to touch is encouraged.
|
Adapting surrounding code near places you need to touch is encouraged.
|
||||||
Try to separate such changes into a single, clean-up only commit to reduce noise while reviewing your changes.
|
Try to separate such changes into a single, clean-up only commit to reduce noise while reviewing your changes.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue