converting tabs to spaces in vi

Posted by: barbara | Date: Nov 06, 2008 | Category: mac os x python | Comments: 2
This is mostly for my own personal reference - just one of those little things I use frequently and always forget how to set up:

If you're writing Python, then you know that indentation is, uhm, somewhat important. Mkay. I use four space indentation as a standard, but ...

Read More