From 0a2173ea109e736363e4e8999d994362f1c5c512 Mon Sep 17 00:00:00 2001 From: leithoff Date: Fri, 20 May 2016 15:19:05 +0200 Subject: [PATCH] Updated Coding Standards (markdown) --- Coding-Standards.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Coding-Standards.md b/Coding-Standards.md index 607b493..a858178 100644 --- a/Coding-Standards.md +++ b/Coding-Standards.md @@ -1,4 +1,4 @@ - +> [Wiki](Home) ▸ [Developer Docs](Developer Docs) ▸ **Coding Standards** * Format your code so that we can read it, please! * Use tabs for formatting, NOT SPACES. Tabs create smaller files and editors allow developers to view a tab as however many spaces as they prefer. Spaces do not allow this. There is one exception (see arrays below). @@ -94,4 +94,5 @@ if ($a) dosomemorestuff(); } ``` -Thanks for following these rules :) +Thanks for following these rules :) +> [Wiki](Home) ▸ [Developer Docs](Developer Docs) ▸ **Coding Standards** \ No newline at end of file