summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorcosmix <cosmix@users.noreply.github.com>2019-09-20 07:44:20 -0700
committerChris Akritidis <43294513+cakrit@users.noreply.github.com>2019-09-20 16:44:20 +0200
commitd4213ef59fd08e0f92edffa11137e3ae5579cced (patch)
tree9bef2cd8fe48e7f1d5f12710febcaf54d7d74cea /CONTRIBUTING.md
parentfeb0638d5146c07a4fee6aead5976d81eb1ebf71 (diff)
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
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md1
1 files changed, 1 insertions, 0 deletions
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