mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-06-11 17:11:40 +02:00
Updated Coding style policy (markdown)
@ -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;
|
||||
}
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user