mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-03-15 12:41:00 +03:00
Updated Coding style policy (markdown)
parent
3704476231
commit
d351293d54
1 changed files with 2 additions and 2 deletions
|
@ -6,9 +6,9 @@ _**WORK IN PROGRESS: nothing described here should be considered as definitive o
|
|||
Use two space characters for each indentation level
|
||||
```PHP
|
||||
if ( true ){
|
||||
echo true;
|
||||
__echo true;
|
||||
else{
|
||||
echo false;
|
||||
__echo false;
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue