Closed
Description
floitsch: indentation.
foo(a,
b)
The style guide allows indentation by 4 or to align with a. I frequently end up aligning. (If not, I move 'a' into the next line).
There should be a way to make this less painful.
foo(
a, ...);
^ should be indented by 4.
////////////////////////////////////////////////////////////////////////////////////
Editor: 9876
OS: Linux - amd64 (3.2.5-gg886)
JVM: 1.6.0-google-v4
SDK installed: true
Dartium installed: true