From 8a0063a93d36ce62dc73979a966d97e31b31390e Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Mon, 12 Nov 2007 19:11:14 +0100 Subject: [PATCH] add a rule to STYLE --- STYLE | 1 + 1 file changed, 1 insertion(+) diff --git a/STYLE b/STYLE index 6288b2d8..109cca28 100644 --- a/STYLE +++ b/STYLE @@ -1,6 +1,7 @@ If you intend to patch and contribute awesome, please respect the following coding style: - Use 4 space tabs instead of tabs; - Place braces alone on new lines; +- No space before if, for, while statements or function call; - Do not put very long line, split them; - Be clear in what you do.