Re: [NET] Tabs and spaces

2008-05-22 Thread Dennis Lundberg
r Member of Technical Staff, Wind River Target Management Project Lead, DSDP PMC Member http://www.eclipse.org/dsdp/tm -Original Message- From: Dennis Lundberg [mailto:[EMAIL PROTECTED] Sent: Montag, 19. Mai 2008 19:54 To: Commons Developers List Subject: Re: [NET] Tabs and spaces sebb w

Re: [NET] Tabs and spaces

2008-05-20 Thread Dennis Lundberg
w.eclipse.org/dsdp/tm -Original Message- From: Dennis Lundberg [mailto:[EMAIL PROTECTED] Sent: Montag, 19. Mai 2008 19:54 To: Commons Developers List Subject: Re: [NET] Tabs and spaces sebb wrote: Looks like most of NET uses spaces for indentation. [There are about 28,000 lines starting

Re: [NET] Tabs and spaces

2008-05-20 Thread Rahul Akolkar
> > > -- > > > Martin Oberhuber, Senior Member of Technical Staff, Wind River > > > Target Management Project Lead, DSDP PMC Member > > > http://www.eclipse.org/dsdp/tm > > > > > > > > > > -Original Message- > >

Re: [NET] Tabs and spaces

2008-05-20 Thread Julius Davies
Tabs make the baby Jesus cry. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [NET] Tabs and spaces

2008-05-20 Thread sebb
t; -----Original Message- > > > From: Dennis Lundberg [mailto:[EMAIL PROTECTED] Sent: Montag, 19. Mai > 2008 19:54 > > > To: Commons Developers List > > > Subject: Re: [NET] Tabs and spaces > > > > > > sebb wrote: > > > > > > > Lo

Re: [NET] Tabs and spaces

2008-05-20 Thread Dennis Lundberg
nis Lundberg [mailto:[EMAIL PROTECTED] Sent: Montag, 19. Mai 2008 19:54 To: Commons Developers List Subject: Re: [NET] Tabs and spaces sebb wrote: Looks like most of NET uses spaces for indentation. [There are about 28,000 lines starting with 4 or more spaces; only about 2,000 lines startin

Re: [NET] Tabs and spaces

2008-05-20 Thread Rahul Akolkar
On 5/20/08, sebb <[EMAIL PROTECTED]> wrote: > On 20/05/2008, Oberhuber, Martin <[EMAIL PROTECTED]> wrote: > > > > Is there any guideline on tabs vs spaces in Commons? > > Dunno ... my view is that tabs are nothing but trouble, and should > never be used for formatting new code. > There is at

Re: [NET] Tabs and spaces

2008-05-20 Thread Niall Pemberton
gt; http://www.eclipse.org/dsdp/tm >> >> >> >> >> > -Original Message----- >> > From: Dennis Lundberg [mailto:[EMAIL PROTECTED] >> > Sent: Montag, 19. Mai 2008 19:54 >> > To: Commons Developers List >> > Subject: Re: [NET] Tabs

Re: [NET] Tabs and spaces

2008-05-20 Thread sebb
Martin Oberhuber, Senior Member of Technical Staff, Wind River > Target Management Project Lead, DSDP PMC Member > http://www.eclipse.org/dsdp/tm > > > > > > -Original Message- > > From: Dennis Lundberg [mailto:[EMAIL PROTECTED] > > Sent: Montag, 19.

RE: [NET] Tabs and spaces

2008-05-20 Thread Oberhuber, Martin
i 2008 19:54 > To: Commons Developers List > Subject: Re: [NET] Tabs and spaces > > sebb wrote: > > Looks like most of NET uses spaces for indentation. > > > > [There are about 28,000 lines starting with 4 or more spaces; only > > about 2,000 lines starting with

Re: [NET] Tabs and spaces

2008-05-19 Thread Dennis Lundberg
sebb wrote: Looks like most of NET uses spaces for indentation. [There are about 28,000 lines starting with 4 or more spaces; only about 2,000 lines starting with tab] However, there are quite a few files that use tabs; it looks like the assumption is that tabs are every 4 spaces - but of cours

[NET] Tabs and spaces

2008-05-19 Thread sebb
Looks like most of NET uses spaces for indentation. [There are about 28,000 lines starting with 4 or more spaces; only about 2,000 lines starting with tab] However, there are quite a few files that use tabs; it looks like the assumption is that tabs are every 4 spaces - but of course this is not