Merge pull request #34 from TheSFReader/patch-3

Update developer_manual/codingguidelines.rst

Thanks!
This commit is contained in:
Bernhard Posselt
2013-01-23 04:24:58 -08:00

View File

@@ -11,6 +11,7 @@ General
* A tab is 4 spaces wide
* Opening braces of blocks are on the same line as the definition
* Quotes: ' for everything, " for HTML attributes (<p class="my_class">)
* End of Lines : Unix style (LF / '\n') only
PHP
---