Skip to content

Better indentation of function parameters #4255

Closed
@stevemessick

Description

@stevemessick

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

Metadata

Metadata

Assignees

Labels

closed-obsoleteClosed as the reported issue is no longer relevanttype-enhancementA request for a change that isn't a bug

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions