> "Why spaces instead of tabs?"

There are two valid reasons for spaces:
    
    
    myproc(
           a: int;
           b: float
           ) =
    
    
    Run

This formating scheme would not work with tabs.

And github inserts 8 spaces for a tab, which looks bad.

For me both arguments are not really convincing, so I would prefer tabs for 
indenting (only tabs, mixing tabs and spaces for indenting must be forbidded of 
course.)

Reply via email to