mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-06-14 10:29:26 +02:00
Updated Coding style policy (markdown)
@ -17,9 +17,9 @@ __echo false;
|
||||
Use one tab per indentation level (rendered as 4 spaces in GitHub)
|
||||
```PHP
|
||||
if(true){
|
||||
__echo true;
|
||||
echo true;
|
||||
} else {
|
||||
__echo false;
|
||||
echo false;
|
||||
}
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user