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:
parent
3c70ece4c9
commit
cc64f24e28
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user