1
0
Fork 0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-03-15 04:31:16 +03:00

Updated Coding style policy (markdown)

LogMANOriginal 2019-11-01 18:05:06 +01:00
parent 732111a54c
commit f7210475f8

@ -47,5 +47,7 @@ The following list provides an overview of all policies applied to RSS-Bridge. F
* [static declaration MUST come after the visibility declaration](https://github.com/RSS-Bridge/rss-bridge/wiki/Classes#static-declaration-must-come-after-the-visibility-declaration)
* [Casting](Casting)
* [Do not add spaces when casting](Casting#do-not-add-spaces-when-casting)
* [Arrays](Arrays)
* [Always use the long array syntax](Arrays#always-use-the-long-array-syntax)
_Important for editors_: Make sure to keep [CONTRIBUTING.md](https://github.com/RSS-Bridge/rss-bridge/blob/master/CONTRIBUTING.md) in sync!