|
|
|
|
|
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);
}
|
|