From cc64f24e287b66e4554752265dcb6ffdfb0147a9 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Fri, 10 Jul 2015 09:39:39 +0200 Subject: highlihgt code --- CONTRIBUTING.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'CONTRIBUTING.md') diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ece7e1801..590d8373e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -72,10 +72,15 @@ You can also send a mail to the [owncloud-devel mailing list](https://mailman.ow * Use 4 spaces for indention * Place the open curly braces on the same line as the parameter block, e.g.: - + ```php if (condition) { + // code + } else { + // code + } + ``` -* place a space before and after the parameter block for if, else, for, foreach, function +* Place a space before and after the parameter block for if, else, for, foreach, function ### Project structure The project is structured in the following way: -- cgit v1.2.3