On Sun, Oct 09, 2016 at 08:47:56PM -0600, Karl Williamson wrote: > On 10/09/2016 04:52 PM, Andy Lester wrote: >> Are we migrating C source to tabs or spaces or do we not care? >> >> I have a patch. Some of the lines I have changed were originally indented with tabs. Some were indented with spaces. >> >> Should I: >> >> A) Change all the modified lines in my patch that are indented with tabs to be indented with spaces >> B) Change all the modified lines in my patch that are indented with spaces to be indented with tabs >> C) Don't change how any of the lines are indented >> >> I don't see anything in http://perldoc.perl.org/perlhack.html that discusses it. >> >> -- >> Andy Lester => www.petdance.com >> >> > > I don't know where it's discussed, but we are migrating to all spaces, > no tabs It doesn't seem to be hard to write a script which takes care of converting all leading tabs to spaces. Is there an argument I shouldn't make a patch changing all leading tabs to spaces? AbigailThread Previous | Thread Next