1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-06-10 00:25:02 +02:00

Updated Coding style policy (markdown)

pmaziere 2016-09-10 12:00:32 +02:00
parent dba27bf103
commit 35d9c58dff

@ -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;
}
```