On Fri, 12 May 2006 23:52:20 +1200, Gabriel B. <[EMAIL PROTECTED]>
wrote:
On 5/11/06, mal content <[EMAIL PROTECTED]> wrote:
I wondered if there was a
way to mimic the style used in the current file.
I'd love that also.
I never cared, until i realised that everyone that program in python
(the only language where tab vs space does matter) uses two spaces. I
will die using tabs.
It's very frustating to open a file, write a ton of hacks, and the
first thing you see is a syntax error because you used tabs.
Is it not possible to open the file, start at the beginning of the line
and right array across to determine if it's tabs or spaces you are using,
and then set the appropriate tab stop to match??