From a30a849b78fa4fe8552141b7b2802d1af1b18c09 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 13 Oct 2019 10:36:33 +0200 Subject: Adding upstream version 1.18.0. Signed-off-by: Daniel Baumann --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) (limited to 'CONTRIBUTING.md') diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ab7ddff8d..4e0d49ec8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -138,6 +138,7 @@ For C contributions in particular, we try to respect the [Linux kernel style](ht - We occassionally have multiple statements on a single line (e.g. `if (a) b;`) - Allow max line length of 120 chars - Allow opening brace at the end of a function declaration: `function() {`. +- Allow trailing comments ### Your first pull request -- cgit v1.2.3