Skip to Content.
Sympa Menu

freetds - Re: indent(1) bent

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Frediano Ziglio <freddyz77 AT tin.it>
  • To: TDS Development Group <freetds AT franklin.oit.unc.edu>
  • Subject: Re: indent(1) bent
  • Date: 24 Oct 2002 20:58:27 +0200


Il gio, 2002-10-24 alle 20:52, Frediano Ziglio ha scritto:
> >
> > I don't think the above would be improved by setting tabs to 8, and I
> > don't
> > think they would be harmed by setting them to 4, or even harmed much by
> > setting them to 5. :)
> >
>
> Something raised yesterday in a test.
> We spoke about possibility to set tabstop to whatever we want.
> But using indentation on parameter lead in a problem
>
> This at code like
>
> variable = myfunction(param1, param2,
> param3);
>
> aligned will become something like
>
> \tvariable = myfunction(param1, param2,
> \t\t\t\t\t param3);
>
> Using tabspace 8
>
> variable = myfunction(param1, param2,
> param3);
>
>
> unaligned...
>
> Is this a problem?
>

Also i vote for removing the space after function name, like

function_name (param);

All code is written with

function_name(param);

freddy77






Archive powered by MHonArc 2.6.24.

Top of Page