forked from qt-creator/qt-creator
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user