diff --git a/developer_manual/codingguidelines.rst b/developer_manual/codingguidelines.rst index 566097398..a80149309 100644 --- a/developer_manual/codingguidelines.rst +++ b/developer_manual/codingguidelines.rst @@ -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 (

) +* End of Lines : Unix style (LF / '\n') only PHP ---