This commit is contained in:
Bernhard Posselt 2015-07-10 09:39:39 +02:00
Родитель 3c70ece4c9
Коммит cc64f24e28
1 изменённых файлов: 7 добавлений и 2 удалений

Просмотреть файл

@ -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: