<lawgon@thenilgiris.com> wrote:
> On Thu, 2011-04-28 at 00:27 -0700, Derek wrote:
>> A good IDE will convert tabs to spaces for you.... save you hours of
>> frustration!
>
> tab-nanny is also your friend
Or in vim:
:set expandtab shiftwidth=4 tabstop=4 | retab
Short form:
:se et sw=4 ts=4 | ret
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
No comments:
Post a Comment