Skip to content
This repository was archived by the owner on Mar 25, 2021. It is now read-only.
This repository was archived by the owner on Mar 25, 2021. It is now read-only.

Complement to [one-line]? #88

@Bartvds

Description

@Bartvds

Is it possible to enforce this style of having some blocks on the next line from the expression preceding them? Like the reverse of [one-line]

if (foo) {
    // ...
}
else {
    // ...
}
try {
    // ...
}
catch (e) {
    // ...
}

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions