SF.net SVN: geany:[4198] trunk/HACKING
ntrel at users.sourceforge.net
ntrel at xxxxx
Wed Sep 16 14:05:14 UTC 2009
Revision: 4198
http://geany.svn.sourceforge.net/geany/?rev=4198&view=rev
Author: ntrel
Date: 2009-09-16 14:05:14 +0000 (Wed, 16 Sep 2009)
Log Message:
-----------
Note the documentation files use (4) spaces for indentation.
Modified Paths:
--------------
trunk/HACKING
Modified: trunk/HACKING
===================================================================
--- trunk/HACKING 2009-09-16 13:56:58 UTC (rev 4197)
+++ trunk/HACKING 2009-09-16 14:05:14 UTC (rev 4198)
@@ -159,6 +159,8 @@
Style
^^^^^
* We use a tab width of 4 and indent completely with tabs not spaces.
+ Note the documentation files use (4) spaces instead, so you may want
+ to use the 'Detect from file' indent pref.
* Use the multiline comment ``/* */`` to comment small blocks of code,
functions descriptions or longer explanations of code, etc. C++ single
line comments will cause portability issues. The more comments are in
@@ -197,7 +199,7 @@
{
gint foo, bar; /* variables can go on the same line */
gchar *ptr; /* pointer symbol must go next to variable name, not type */
- gchar *another; /* pointers should go on separate lines */
+ gchar *another; /* pointers should normally go on separate lines */
if (foo)
{
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Commits
mailing list