Hacker News new | ask | show | jobs
by rawling 559 days ago
Once you're not purely using tabs to indent but also throwing spaces in there, why wouldn't you do it like this?

    if (someCondition) {
    ⇥   Foo foo = SomeClass::SomeFunctionCall(myParameter1,
    ⇥   ······································myParameter2,
    ⇥   ······································myParameterN);
    }
1 comments

This is the patrician way. Tabs for indent, spaces for alignment. Looks the same for everyone, no matter how big or small they want their indents to look!