summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-07-10 09:40:53 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2015-07-10 09:40:53 +0200
commitf824f02fd7d70a731d949122df451ab4b0b7a468 (patch)
tree158f618c01fa1115bc7afec6e2954ff41409ba70 /CONTRIBUTING.md
parentcc64f24e287b66e4554752265dcb6ffdfb0147a9 (diff)
add explanation for spaces
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 590d8373e..9bcefcc1e 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -70,7 +70,7 @@ You can also send a mail to the [owncloud-devel mailing list](https://mailman.ow
### Coding Style Guidelines
-* Use 4 spaces for indention
+* Use 4 spaces for indention. Why spaces? Because it looks the same on every machine and on the web where you can't normally control the tab width.
* Place the open curly braces on the same line as the parameter block, e.g.:
```php
if (condition) {