Re: [Tracker] Whitespace clean up

2009-12-11 Thread Martyn Russell
On 10/12/09 19:17, Martyn Russell wrote: On 08/12/09 09:50, Martyn Russell wrote: I have been meaning to write this mail for a while. We have a lot of white space inconsistencies in the code and a some trailing white spaces too (I am a big culprit on this). OK, so on IRC we came up with a cons

Re: [Tracker] Whitespace clean up

2009-12-10 Thread Martyn Russell
On 08/12/09 09:50, Martyn Russell wrote: I have been meaning to write this mail for a while. We have a lot of white space inconsistencies in the code and a some trailing white spaces too (I am a big culprit on this). OK, so on IRC we came up with a consensus. This is it: - Remove all trailing

Re: [Tracker] Whitespace clean up

2009-12-10 Thread Adrien Bustany
El 10/12/09 08:56, Martyn Russell escribió: > On 10/12/09 11:46, Philip Van Hoof wrote: >> On Thu, 2009-12-10 at 11:16 +, Martyn Russell wrote: >>> On 10/12/09 10:57, Carlos Garnacho wrote: I still find that indenting quite cumbersome, emacs has automatic indent-on-tab supp

Re: [Tracker] Whitespace clean up

2009-12-10 Thread Juan A. Suarez Romero
On Thu, 2009-12-10 at 11:56 +, Martyn Russell wrote: I completely agree with everything Martyn told. J.A. ___ tracker-list mailing list tracker-list@gnome.org http://mail.gnome.org/mailman/listinfo/tracker-list

Re: [Tracker] Whitespace clean up

2009-12-10 Thread Martyn Russell
On 10/12/09 11:46, Philip Van Hoof wrote: On Thu, 2009-12-10 at 11:16 +, Martyn Russell wrote: On 10/12/09 10:57, Carlos Garnacho wrote: I still find that indenting quite cumbersome, emacs has automatic indent-on-tab support and doing anything custom is extra-painful, since there are some

Re: [Tracker] Whitespace clean up

2009-12-10 Thread Philip Van Hoof
On Thu, 2009-12-10 at 11:16 +, Martyn Russell wrote: > On 10/12/09 10:57, Carlos Garnacho wrote: > > > > > > I still find that indenting quite cumbersome, emacs has automatic > > indent-on-tab support and doing anything custom is extra-painful, since > > there are some circumstances where emac

Re: [Tracker] Whitespace clean up

2009-12-10 Thread Martyn Russell
On 10/12/09 10:57, Carlos Garnacho wrote: I still find that indenting quite cumbersome, emacs has automatic indent-on-tab support and doing anything custom is extra-painful, since there are some circumstances where emacs thinks it's ok to reindent some line (pressing ';' at the end of the line

Re: [Tracker] Whitespace clean up

2009-12-10 Thread Martyn Russell
On 08/12/09 22:16, Juan A. Suarez Romero wrote: On Tue, 2009-12-08 at 09:50 +, Martyn Russell wrote: First we need to decide on tabs vs spaces and where. I think last time this was discussed on IRC, people agreed to have spaces for function alignments and tabs for indentation. Do people stil

Re: [Tracker] Whitespace clean up

2009-12-10 Thread Carlos Garnacho
Hi! On mar, 2009-12-08 at 13:12 +0100, Philip Van Hoof wrote: > On Tue, 2009-12-08 at 09:50 +, Martyn Russell wrote: > > Hi all, > > > > I have been meaning to write this mail for a while. We have a lot of > > white space inconsistencies in the code and a some trailing white spaces > > too

Re: [Tracker] Whitespace clean up

2009-12-10 Thread Martyn Russell
On 08/12/09 12:12, Philip Van Hoof wrote: On Tue, 2009-12-08 at 09:50 +, Martyn Russell wrote: Note that this means that ALL whitespace involved in the alignment should be spaces. Not just the last few ones. Yea, I agee, however, I wonder how to do this in Emacs. I need to check. Not t

Re: [Tracker] Whitespace clean up

2009-12-08 Thread Juan A. Suarez Romero
On Tue, 2009-12-08 at 09:50 +, Martyn Russell wrote: > First we need to decide on tabs vs spaces and where. I think last time > this was discussed on IRC, people agreed to have spaces for function > alignments and tabs for indentation. Do people still agree with this? Is there any reason or

Re: [Tracker] Whitespace clean up

2009-12-08 Thread Philip Van Hoof
On Tue, 2009-12-08 at 09:50 +, Martyn Russell wrote: > Hi all, > > I have been meaning to write this mail for a while. We have a lot of > white space inconsistencies in the code and a some trailing white spaces > too (I am a big culprit on this). > > I want to clean it all up and make sure

[Tracker] Whitespace clean up

2009-12-08 Thread Martyn Russell
Hi all, I have been meaning to write this mail for a while. We have a lot of white space inconsistencies in the code and a some trailing white spaces too (I am a big culprit on this). I want to clean it all up and make sure we all use the same policy for white spacing in code. First we nee