Skip to content

Correct indentation for for comprehensions #242

Closed
@michalmuskala

Description

@michalmuskala

Example:

for {k, v} <- keyword,
  v = process_value(v),
  into: %{}
  do: {v, k}

To be honest, I'm not sure that's the correct way to indent it, but I can't think of a different one that would make sense.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions