Ryan Bloom wrote:
>
> On Wed, 9 Jun 1999, Brian Havard wrote:
>
> > On 8 Jun 1999 15:35:30 -0000, rbb@hyperreal.org wrote:
> >
> > >
> > > if (argc > 1) {
> > > - fprintf(stdout, "%s", teststr);
> > > + fprintf(stdout, "%s", teststr);
> > > exit(1);
> > > }
> > > fprintf(stdout, "Creating procattr.......");
> >
> > Err, Ryan, can you quit it with the size 4 tabs? It really makes things look
> > odd when using the One True Tab Width (yes, I'm a believer too :).
> >
> > Actually, doesn't the style guide say no tabs at all?
>
> Yes. The problem is this Visual C++ IDE. I do not mean to put the tabs
> in, but this stupid program is doing it for me. I'll fix it later today
> with indent on my Linux box.
You can set tab width (independently of indent width) in VC++. Its
somewhere obvious.
Cheers,
Ben.
--
http://www.apache-ssl.org/ben.html
"My grandfather once told me that there are two kinds of people: those
who work and those who take the credit. He told me to try to be in the
first group; there was less competition there."
- Indira Gandhi
|