Skip to content

Spotless Rule #291

@Taskeren

Description

@Taskeren

The current spotless rule will insert a return (\n) before the 3rd function call in a chained function call, like:

"Hello!".toString().toString().toString();

will be transformed to

"Hello!".toString()
    .toString()
    .toString()

This is very ugly in almost all situations.

This is nothing about the line length limit, as I've tested it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions