1
0
mirror of https://github.com/chylex/Nextcloud-News.git synced 2025-05-13 01:34:05 +02:00

highlihgt code

This commit is contained in:
Bernhard Posselt 2015-07-10 09:39:39 +02:00
parent 3c70ece4c9
commit cc64f24e28

View File

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