Re: [Monetdb-developers] MonetDB5/src/modules/atoms url.mx, , 1.36, 1.37
On 14-08-2008 15:44:44 +0000, Lefteris Sidirourgos wrote:
Update of /cvsroot/monetdb/MonetDB5/src/modules/atoms In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv29402
Modified Files: url.mx Log Message:
Also deleted trailing spaces, alligned text (removing tabs...). Fixed documentation/comments.
Hi Lefteris, Please remember that the MonetDB code style uses tabs, not evil spaces. Unfortunately the Pathfinder sources do not comply to the MonetDB code style (in more than just spaces and tabs).
Ok, so I have to use tabs:) I am used in spaces (even my vi puts
spaces when I press tab).
The length of the tab is set to 8 or 4 chars? How do you align
commands that continue to the next line?
Why tabs? why spaces are evil? (just asking, I will comply with the
monet style anyway)
On Fri, Aug 15, 2008 at 11:31 AM, Fabian Groffen
On 14-08-2008 15:44:44 +0000, Lefteris Sidirourgos wrote:
Update of /cvsroot/monetdb/MonetDB5/src/modules/atoms In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv29402
Modified Files: url.mx Log Message:
Also deleted trailing spaces, alligned text (removing tabs...). Fixed documentation/comments.
Hi Lefteris,
Please remember that the MonetDB code style uses tabs, not evil spaces. Unfortunately the Pathfinder sources do not comply to the MonetDB code style (in more than just spaces and tabs).
------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Monetdb-developers mailing list Monetdb-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-developers
On 15-08-2008 13:18:00 +0200, Lefteris wrote:
Ok, so I have to use tabs:) I am used in spaces (even my vi puts spaces when I press tab).
set noexpandtab
The length of the tab is set to 8 or 4 chars? How do you align commands that continue to the next line?
That's the beauty of tabs, the viewer can decide on the shiftwidth.
Why tabs? why spaces are evil? (just asking, I will comply with the monet style anyway)
See above argument. Freedom of shiftwidth, as in not being forced to use one.
participants (2)
-
Fabian Groffen
-
Lefteris