On Thu, 05 Apr 2007 09:08:43 -0400, wangxu <[EMAIL PROTECTED]>
wrote:

> but in this situation,is there any way to auto-indent *.py?

I wouldn't have thought so, since the meaning of the code is implied
by the indentation rather than vice versa.

Personally I always indent using the basic autoindent option along
with ^T and ^D. I format my code for the benefit of human readers
(mainly myself), so I lay it out to maximise the clarity. Manual
indentation works best for that, and after nearly two decades of
practice my use of ^T and ^D as required has become automatic.

-- 
Matthew Winn

Reply via email to