Hacker News new | ask | show | jobs
by withinboredom 709 days ago
Tabs. When you use tabs, indentation and spacing has to really make sense (like no parens/brackets on a line by itself unless indented). For example, with spaces, you may end up with this monster; and with tabs, it is nonsensical:

    function stuff($a, $b, $c,
                   $d, $e, $f) {}