Uw opmerkingen

I agree that sublime usage gets cumbersome because of lack of better auto-indentation.

One thing I ran into today was that parameters for functions are not indented to the same column.


So you get


doStuff

(param1, // <--- this line not indented at all

    param2,

    param3);