Thanks for clarification, I was indeed a bit surprised by your former post.

Two spaces for indentation is indeed fine. One exception is for some 
proportional (none monospace) fonts with tiny spaces. And yes, I am using 
proportional fonts for code, they work great. Aligning lines of code like
    
    
    proc myP(
            i: int,
            c: char
            )
    
    
    Run

will not work with proportional fonts or tabs of course. But I have never done 
such a strange layout manually, and I think I never will.

Reply via email to