Re: [rspec-users] Coding standards and whitespace

2007-07-31 Thread aslak hellesoy
On 7/31/07, Wincent Colaiuta <[EMAIL PROTECTED]> wrote: > El 31/7/2007, a las 22:48, aslak hellesoy escribió: > > > The root Rakefile has a task :fix_cr_lf which I ran a while ago to fix > > newlines in .rb files. Perhaps it can be improved to scan over more > > files, and replace \t with ' ' too?

Re: [rspec-users] Coding standards and whitespace

2007-07-31 Thread Wincent Colaiuta
El 31/7/2007, a las 22:48, aslak hellesoy escribió: > The root Rakefile has a task :fix_cr_lf which I ran a while ago to fix > newlines in .rb files. Perhaps it can be improved to scan over more > files, and replace \t with ' ' too? > > I'll see what I can do. > > Thoughts? Sounds like a good id

Re: [rspec-users] Coding standards and whitespace

2007-07-31 Thread aslak hellesoy
The root Rakefile has a task :fix_cr_lf which I ran a while ago to fix newlines in .rb files. Perhaps it can be improved to scan over more files, and replace \t with ' ' too? I'll see what I can do. Thoughts? On 7/29/07, Wincent Colaiuta <[EMAIL PROTECTED]> wrote: > El 27/7/2007, a las 23:38, D

Re: [rspec-users] Coding standards and whitespace

2007-07-29 Thread Wincent Colaiuta
El 27/7/2007, a las 23:38, David Chelimsky escribió: > On 7/26/07, Wincent Colaiuta <[EMAIL PROTECTED]> wrote: >> Recently as a result of using Git I've noticed a number of >> inconsistencies in the RSpec codebase with respect to whitespace >> (mixed line endings, mixed use of spaces and tabs for

Re: [rspec-users] Coding standards and whitespace

2007-07-27 Thread David Chelimsky
On 7/26/07, Wincent Colaiuta <[EMAIL PROTECTED]> wrote: > Recently as a result of using Git I've noticed a number of > inconsistencies in the RSpec codebase with respect to whitespace > (mixed line endings, mixed use of spaces and tabs for indentation, > and trailing whitespace at the end of lines)

[rspec-users] Coding standards and whitespace

2007-07-26 Thread Wincent Colaiuta
Recently as a result of using Git I've noticed a number of inconsistencies in the RSpec codebase with respect to whitespace (mixed line endings, mixed use of spaces and tabs for indentation, and trailing whitespace at the end of lines). I never would have noticed, but Git produces nice colo