Updated Coding Standards (markdown)

leithoff 2016-05-20 15:19:28 +02:00
parent 0a2173ea10
commit 2f8080150a

@ -1,4 +1,5 @@
> [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).