Skip to content

Invalid ordering in an edge case #4

Description

@xxdavid
  alias MyApp.Alpha
  alias MyApp.Beta.Three
  alias MyApp.Beta.{
    One,
    Two
  }
  alias MyApp.Gamma

gets formatted to

  alias MyApp.Alpha
  alias MyApp.Beta.{
  alias MyApp.Beta.Three
    One,
    Two
  }
  alias MyApp.Gamma

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions