Skip to content

Scala Code Style multiple import statement #237

Open
@Marza

Description

@Marza

What is the preferred style of multiple import statements? I didn't find any documentation about this in the style guide.

The Scala cheatsheet has this example:

import scala.collection.{Vector, Sequence}

Which also seems to be the format IntelliJ prefers but scalariform enforces the following formatting:

import scala.collection.{ Vector, Sequence }

I personally prefer the first one.

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