From d4213ef59fd08e0f92edffa11137e3ae5579cced Mon Sep 17 00:00:00 2001 From: cosmix Date: Fri, 20 Sep 2019 07:44:20 -0700 Subject: Add clang-format. Update Contribution guidelines. (#6677) * Add clang-format. Update Contribution guidelines. * Remove kernel foreach macros section. * Fix UseTab. * Update clang-format with agreed style --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) (limited to 'CONTRIBUTING.md') diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ab7ddff8db..4e0d49ec8f 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