CodingStyle: Recommend space after //

This codifies the practice we have been following for a
while and has been advertised on the mailing list now.

Change-Id: I25cc41a14586e8f6735a689c53007c2800bee963
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
This commit is contained in:
hjk
2013-01-14 12:58:14 +01:00
parent b09f0c61cf
commit 80631f60f8
+5
View File
@@ -254,6 +254,11 @@
}
\endcode
\section3 Comments
In general, put one space after "//". To align text in multiline
comments, you can insert multiple spaces.
\section2 Braces
As a base rule, place the left curly brace on the same line as the