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

Updated Coding style policy (markdown)

pmaziere
2016-08-24 17:35:45 +02:00
parent 3704476231
commit d351293d54

@ -6,9 +6,9 @@ _**WORK IN PROGRESS: nothing described here should be considered as definitive o
Use two space characters for each indentation level Use two space characters for each indentation level
```PHP ```PHP
if ( true ){ if ( true ){
echo true; __echo true;
else{ else{
echo false; __echo false;
} }
``` ```