# HG changeset patch # User Chris Cannam # Date 1559237171 -3600 # Node ID 19be28a3350b5ab1d64e69cca50eb098b2871eed # Parent 73fc1de3254ab47677615adc0c8d770f1293a00a Another style note diff -r 73fc1de3254a -r 19be28a3350b CONTRIBUTING.md --- 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.