From ecc6058161df381b63303271b1481b7e421f997f Mon Sep 17 00:00:00 2001 From: LogMANOriginal Date: Mon, 5 Nov 2018 14:01:24 +0100 Subject: [PATCH] Updated Coding style policy (markdown) --- Coding-style-policy.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Coding-style-policy.md b/Coding-style-policy.md index 6466ca1..261d3e2 100644 --- a/Coding-style-policy.md +++ b/Coding-style-policy.md @@ -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) \ No newline at end of file + * [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! \ No newline at end of file