From a4076c88c7944a0d2ae3f9f576d3dd968d53cd34 Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Tue, 22 Mar 2016 21:53:22 +0100 Subject: [PATCH] Clarify that further exceptions to the LLVM style are welcome --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 795931a..61e36be 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,9 @@ We use the [http://llvm.org/docs/CodingStandards.html](LLVM coding standards), with the exception that we do allow 'return' after 'else' if it makes the code more readable. +Note to contributors: feel free to request more exceptions and we'll list them +here. + Not all code currently adheres to this standard. Pull requests fixing style are welcome, and do write new code in the proper style, but please do not mix style fixes and new functionality in one pull request.