Skip to content

Persistent Line breaks after if #348

@t-kalinowski

Description

@t-kalinowski

Currently,

A snippet like this:

if (some_condition) 
  x <- 1

Will get collapsed to one line:

if (some_condition) x <- 1

What do you think about making the line break persistent after if, like line breaks after a function call opener are?

Happy to submit a PR.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions