mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:27 +01:00
Updated Coding Standards (markdown)
parent
83322ce89e
commit
0a2173ea10
@ -1,4 +1,4 @@
|
|||||||
<!-- Coding Standards -->
|
> [Wiki](Home) ▸ [Developer Docs](Developer Docs) ▸ **Coding Standards**
|
||||||
* Format your code so that we can read it, please!
|
* 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).
|
* 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();
|
dosomemorestuff();
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
Thanks for following these rules :)
|
Thanks for following these rules :)
|
||||||
|
> [Wiki](Home) ▸ [Developer Docs](Developer Docs) ▸ **Coding Standards**
|
Loading…
Reference in New Issue
Block a user