Skip to content

Indent is inconsistent when lambda is qualified vs not. #205

@stevietrouble

Description

@stevietrouble

Actual Behavior

val fn = launch {
  doThing()
  doAnother()
}

val fn =
    scope.launch {
  doThing()
  doAnother()  
}

Expected Behavior

val fn = launch {
  doThing()
  doAnother()
}

val fn = scope.launch {
  doThing()
  doAnother()  
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions