summaryrefslogtreecommitdiffstats
path: root/docs/styleguide.md
Commit message (Collapse)AuthorAgeFilesLines
* Document compilation issues and changed config.h inclusion rulesBenny Baumann2023-12-261-0/+5
|
* Minor style guide clarificationsBenny Baumann2023-05-221-4/+10
|
* Fix typoTobias Stoeckmann2022-05-311-1/+1
|
* astyle: Add `--pad-header` optionSohaib Mohamed2021-10-011-1/+1
| | | | | | | | | | | | | | | | Insert space padding between a header (e.g. 'if', 'for', 'while'...) and the following paren. ex: if(isFoo((a+2), b)) bar(a, b); becomes: if (isFoo((a+2), b)) bar(a, b); Link: http://astyle.sourceforge.net/astyle.html#_pad-paren Signed-off-by: Sohaib Mohamed <sohaib.amhmd@gmail.com>
* Clarify licensingDaniel Lange2021-09-221-2/+4
| | | | | | | htop has been licensed as GPLv2 but there was inconsistency regarding the option to choose "any later version" as granted by the license. This commit clarifies the htop dev team is fine with that choice.
* Fix misc typosChristian Göttsche2021-08-081-1/+1
| | | | [ci skip]
* Add a section on PRs for the styleguideBenny Baumann2021-06-261-0/+17
|
* Fix a little typo (spelling) in the styleguideNathan Scott2020-12-011-2/+2
|
* Update docs/styleguide.mdNathan Scott2020-12-011-1/+1
| | | Co-authored-by: BenBE <BenBE@geshi.org>
* Tweak style guide wording around single code statementsNathan Scott2020-11-281-14/+53
| | | | | | | | | | There was wording about brace-enclosing single code statements being 'strongly encouraged' - this isn't consistently used and IMO it introduces unnecessary noise in otherwise neat, concise code. I've reworded (dropped) this section and also fixed a handful of minor typos while reading this doc a little more carefully.
* Documentation on the repository style guideBenny Baumann2020-10-311-0/+185

© 2014-2024 Faster IT GmbH | imprint | privacy policy