1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-07-31 22:00:23 +02:00

Updated Coding style policy (markdown)

LogMANOriginal
2018-11-05 14:01:24 +01:00
parent f416fa323a
commit ecc6058161

@@ -44,4 +44,6 @@ The following list provides an overview of all policies applied to RSS-Bridge. F
* [Do not use final statements inside final classes](Classes#do-not-use-final-statements-inside-final-classes)
* [Do not override methods to call their parent](Classes#do-not-override-methods-to-call-their-parent)
* [Casting](Casting)
* [Do not add spaces when casting](Casting#do-not-add-spaces-when-casting)
* [Do not add spaces when casting](Casting#do-not-add-spaces-when-casting)
_Important for editors_: Make sure to keep [CONTRIBUTING.md](https://github.com/RSS-Bridge/rss-bridge/blob/master/CONTRIBUTING.md) in sync!