Re: What tells the coding style about whitespaces at end of lines or in *empty* lines ?

2007-03-01 Thread Ben Elliston
> more potential conflicts between the trunk and the branch and makes ^^ branches

Re: What tells the coding style about whitespaces at end of lines or in *empty* lines ?

2007-03-01 Thread Ben Elliston
On Thu, 2007-03-01 at 15:04 +0100, Kai Tietz wrote: > Thanks, that is what I want to hear. May it would be good point to run > over the source to be as the GNAT standard demands ? If I recall, Mike Stump submitted a patch once to do something like this. His patch was not particularly popular be

Re: What tells the coding style about whitespaces at end of lines or in *empty* lines ?

2007-03-01 Thread Michael Veksler
Sergei Organov wrote: Emacs could be configured either way: (setq-default indent-tabs-mode nil) If that is to become a policy, simply append: // Local Variables: // whitespace-global-mode // indent-tabs-mode:t // tab-width:8 // c-basic-offset:4 // End: At the end of each file. This way, em

Re: What tells the coding style about whitespaces at end of lines or in *empty* lines ?

2007-03-01 Thread Sergei Organov
Kai Tietz <[EMAIL PROTECTED]> writes: > Hi, > > I noticed while editing gcc files, that there are a lot of *useless* > whitespaces at the end of lines or within empty lines, which are getting > automatic removed by some *smarter* editors as I am common to use > *sigh*. Well, really smart editor

Re: What tells the coding style about whitespaces at end of lines or in *empty* lines ?

2007-03-01 Thread Sergei Organov
[EMAIL PROTECTED] (Richard Kenner) writes: >> It also forbids embedded horizontal tabs for similar reasons (avoiding >> junk difs). > > That would be a problem with GCC, due to emacs being so heavily used, > but a similar convention *requiring* horizontal tabs would solve the > issue in question.

Re: What tells the coding style about whitespaces at end of lines or in *empty* lines ?

2007-03-01 Thread Kai Tietz
Thanks, that is what I want to hear. May it would be good point to run over the source to be as the GNAT standard demands ? Regards, i.A. Kai Tietz

Re: What tells the coding style about whitespaces at end of lines or in *empty* lines ?

2007-03-01 Thread Richard Kenner
> It also forbids embedded horizontal tabs for similar reasons (avoiding > junk difs). That would be a problem with GCC, due to emacs being so heavily used, but a similar convention *requiring* horizontal tabs would solve the issue in question.

Re: What tells the coding style about whitespaces at end of lines or in *empty* lines ?

2007-03-01 Thread Duncan Sands
> > I noticed while editing gcc files, that there are a lot of *useless* > > whitespaces at the end of lines or within empty lines, which are getting > > automatic removed by some *smarter* editors as I am common to use *sigh*. > > This leads to huge diff files and the real change is getting vei

Re: What tells the coding style about whitespaces at end of lines or in *empty* lines ?

2007-03-01 Thread Robert Dewar
Kai Tietz wrote: Hi, I noticed while editing gcc files, that there are a lot of *useless* whitespaces at the end of lines or within empty lines, which are getting automatic removed by some *smarter* editors as I am common to use *sigh*. This leads to huge diff files and the real change is get

What tells the coding style about whitespaces at end of lines or in *empty* lines ?

2007-03-01 Thread Kai Tietz
Hi, I noticed while editing gcc files, that there are a lot of *useless* whitespaces at the end of lines or within empty lines, which are getting automatic removed by some *smarter* editors as I am common to use *sigh*. This leads to huge diff files and the real change is getting veiled. I thi