Skip to content

Merge&sort imports from the same package #94

@mrkam2

Description

@mrkam2

Prefer this canonical form:

  (:import
    (com.google.protobuf CodedInputStream CodedOutputStream))

over this repetitive:

  (:import
    (com.google.protobuf CodedInputStream)
    (com.google.protobuf CodedOutputStream))

Also sort class names within it, i. e. change

  (:import
    (com.google.protobuf CodedOutputStream CodedInputStream)

to

  (:import
    (com.google.protobuf CodedInputStream CodedOutputStream)

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