From 1d91482d9fcb833f73909fd4bc025b51db592bcb Mon Sep 17 00:00:00 2001 From: "J.M" Date: Sat, 5 Dec 2015 20:14:57 +0100 Subject: [PATCH] Set 2 soft spaces for contributions --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index dbe9212..4a7f8be 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -3,7 +3,7 @@ - New features are added to the develop branch, please base your feature-add pull requests on that branch. ### Code style -- Please use 4 soft spaces per indent level. +- Please use 2 soft spaces per indent level. - Take a look at the coding style used in codebird.php and apply the same convention to your contributed code. The styleguide is also available online at http://pear.php.net/manual/en/standards.php.