aldnoahzero·12 ปีที่แล้ว·discussI prefer spaces (4 spaces to be precise), because I can write like this:var abc = something, xyz = somethingElse, stringOfAbc = abc.toString(); the variable names are neatly aligned on the left side!
var abc = something,
the variable names are neatly aligned on the left side!