Update developer_manual/codingguidelines.rst

Unix style end of lines
This commit is contained in:
TheSFReader
2013-01-23 09:49:40 +01:00
parent a1a5f71d7f
commit 203b2166c1

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
---