Mercurial > hg > qm-dsp
changeset 473:19be28a3350b
Another style note
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Thu, 30 May 2019 18:26:11 +0100 |
parents | 73fc1de3254a |
children | 16009d8a07de |
files | CONTRIBUTING.md |
diffstat | 1 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/CONTRIBUTING.md Thu May 30 18:25:58 2019 +0100 +++ b/CONTRIBUTING.md Thu May 30 18:26:11 2019 +0100 @@ -71,8 +71,10 @@ at the start of a function or class definition where it gets a line of its own - * Please use braces around any conditional or loop block that - occupies its own line + * Please use braces around any conditional or loop block that is not + on the same line as the test + + * Please keep lines to no more than 80 characters in length Some of the older code in this library does not follow these guidelines - usually this means the code needs to be updated.