Re: [BangPypers] indentation problems

2011-02-24 Thread Kenneth Gonsalves
On Thu, 2011-02-24 at 14:53 +0530, Vishal wrote: > I agree with Senthil here. The 'no-tabs' policy is the best. > Basically, > almost all 'good' editors let users specify 'spaces for tabs' in their > customization options. Just make sure everyone uses them. > and you can use the tabnanny module to

Re: [BangPypers] indentation problems

2011-02-24 Thread Vishal
On Thu, Feb 24, 2011 at 1:37 PM, Senthil Kumaran wrote: > On Thu, Feb 24, 2011 at 12:51:44PM +0530, Kenneth Gonsalves wrote: > > I have a problem - whenever I load the code written by a particular team > > member indentation in many places vanishes. I have a feeling this has > > something to do wi

Re: [BangPypers] indentation problems

2011-02-24 Thread Senthil Kumaran
On Thu, Feb 24, 2011 at 12:51:44PM +0530, Kenneth Gonsalves wrote: > I have a problem - whenever I load the code written by a particular team > member indentation in many places vanishes. I have a feeling this has > something to do with tabs and spaces - anyone faced this problem? Yes, I have and