mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-06-11 00:50:58 +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)
|
Use one tab per indentation level (rendered as 4 spaces in GitHub)
|
||||||
```PHP
|
```PHP
|
||||||
if(true){
|
if(true){
|
||||||
__echo true;
|
echo true;
|
||||||
} else {
|
} else {
|
||||||
__echo false;
|
echo false;
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user